From 254e49e15c47c91336d2af3a0948aa474e62de5f Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Wed, 20 Nov 2019 23:02:58 +0100 Subject: chore: Tidy repository --- odcsim/README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'odcsim/README.md') diff --git a/odcsim/README.md b/odcsim/README.md index 00d6a2fe..5863b055 100644 --- a/odcsim/README.md +++ b/odcsim/README.md @@ -21,9 +21,8 @@ The documentation is located in the [docs/](docs/) directory and is divided as f * [Main Concepts](docs/concepts.md) * [Building a Model](docs/build.md) * [Running a Model](docs/run.md) -* [Pre-built Models](docs/models.md) * [API Reference](https://atlarge-research.github.io/opendc-simulator) -* [Contributing Guide](CONTRIBUTING.md) +* [Contributing Guide](../CONTRIBUTING.md) ## Getting Started @@ -35,13 +34,19 @@ The package `odcsim-core` is required to construct a simulation model. A `odcsim-engine-*` package is needed for running the simulation model. -**Gradle** +#### Gradle +Groovy ```groovy -compile 'com.atlarge.odcsim:odcsim-core:2.0.0' -compile 'com.atlarge.odcsim:odcsim-engine-omega:2.0.0' +implementation 'com.atlarge.odcsim:odcsim-core:2.0.0' +runtime 'com.atlarge.odcsim:odcsim-engine-omega:2.0.0' +``` +Kotlin +```groovy +implementation("com.atlarge.odcsim:odcsim-core:2.0.0") +runtime("com.atlarge.odcsim:odcsim-engine-omega:2.0.0") ``` -**Maven** +#### Maven ```xml com.atlarge.odcsim -- cgit v1.2.3