diff options
| author | Fabian Mastenbroek <fabianishere@outlook.com> | 2018-07-12 17:38:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-12 17:38:18 +0200 |
| commit | 91613530ca6876f0376b2878e98538c3879a29a1 (patch) | |
| tree | b003d95784f9d376b43e0974830da0c5f50296f6 /README.md | |
| parent | 5fb2d1cb376d94540b6dff9ff769bbd56bcab153 (diff) | |
docs: Update download instructions in README (#25)
This change updates download instructions for the source code in the README.
The instructions reference an old branch that does not exist anymore
since the transition to the Kotlin codebase.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,9 +20,9 @@ Collaborative Datacenter Simulation and Exploration for Everybody ## Getting the source Download the source code by running the following code in your command prompt: ```sh -$ git clone -b kotlin https://github.com/atlarge-research/opendc-simulator.git +$ git clone https://github.com/atlarge-research/opendc-simulator.git ``` -or simply [grab](https://github.com/atlarge-research/opendc-simulator/archive/kotlin.zip) a copy of the source code as a Zip file. +or simply [grab](https://github.com/atlarge-research/opendc-simulator/archive/master.zip) a copy of the source code as a Zip file. ## Building For building the source code, we use Gradle. To run gradle, enter the following in your command prompt: |
