Change readme accoring to submodules

This commit is contained in:
Matthias Jung
2015-05-13 16:52:26 +02:00
parent 6d818f40a9
commit 939e971445

View File

@@ -26,10 +26,16 @@ fork is a copy of a repository. In that case, after pushing changes into your
copy you should create a **pull request** in order to your supervisor check
and possibly bring your changes to the official codebase.
If you youst want to use DRAMSys clone this repository:
```
$ git clone --recursive https://git.rhrk.uni-kl.de/EIT-Wehn/dram.vp.system.git
```
In case of doubts about which repository you should clone ask your supervisor.
```
$ git clone https://<user>@git.rhrk.uni-kl.de/<user>/dram.vp.system.git
$ git clone --recursive https://<user>@git.rhrk.uni-kl.de/<user>/dram.vp.system.git
```
Go to the project directory.