Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Merge branch 'dev' of https://github.com/serivesmejia/EOCV-Sim into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Jan 30, 2021
2 parents f5bc463 + 531ca29 commit 6fd5c1e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,31 @@ No complicated setup is required, straight up importing the project into Intelli

### And you're ready to go! Refer to the [usage explanation](https://github.com/serivesmejia/EOCV-Sim/blob/master/USAGE.md) for further details on how to utilize the simulator.<br/>

## From the command-line

1) Clone EOCV-Sim repo and cd to the cloned folder

git clone https://github.com/serivesmejia/EOCV-Sim.git
cd EOCV-Sim
\**Or it can also be manually downloaded as a ZIP file from GitHub*<br/>

2) Run EOCV-Sim through gradle:

gradlew runSim
\**On some command lines (like Windows PowerShell) you might need to execute "./gradlew" instead*<br/>

#### And that's it! You might need to wait a bit for gradle to download all the dependencies but EOCV-Sim will open eventually.
## From repl.it

1) Click [here](https://repl.it/github/serivesmejia/EOCV-Sim) to go to repl.it, you might require to create an account if you haven't already. Once you do that, it will automatically create a new project and start cloning the EOCV-Sim repo.

2) After the cloning is finished, click on the green "Run" button at the top and EOCV-Sim should start.

\**Please note that this method is not widely supported and you might run into some issues or lack of some functionality.*<br/>


## Adding EOCV-Sim as a dependency

### Gradle
Expand Down

0 comments on commit 6fd5c1e

Please sign in to comment.