summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-29 09:55:14 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-29 09:55:14 +0200
commitf78c27450a5a2f76a8f78070cc08d2cbfa488ed0 (patch)
treeee6464de61bd1ee91a30bc3967571c0a0acbbe4b /README.md
parent6c78d011f735d14ac45f7eae9ab0d56fd17cc55e (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index d10f9a12..db249c1d 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
<h1 align="center">
- <img src="misc/artwork/logo.png" width="100" alt="OpenDC Simulator">
+ <img src="misc/artwork/logo.png" width="100" alt="OpenDC">
<br>
- OpenDC
+ OpenDC Simulator
</h1>
<p align="center">
Collaborative Datacenter Simulation and Exploration for Everybody
@@ -15,12 +15,11 @@ $ git clone -b kotlin 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.
## Building
-For building the source code, we use Gradle. To run gradle, enter the following
-in your command prompt:
+For building the source code, we use Gradle. To run gradle, enter the following in your command prompt:
```sh
$ ./gradlew build
```
-To test the source code, run the following code in your command prompt
+To test the source code, run the following code in your command prompt:
```
$ ./gradlew test
```