Skip to content

Commit

Permalink
Creating README file
Browse files Browse the repository at this point in the history
  • Loading branch information
vuyaniShabangu authored Sep 6, 2020
1 parent 3eadb97 commit e9e38f7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# mars-rover
This project can be run using SBT.

After cloning, cd into the project.

1. To run the project with default input file (input.txt): sbt run
2. To run the project with your own input file: sbt run {own_file}
3. TO run the tests: sbt test

Let me know if you have any issues.

0 comments on commit e9e38f7

Please sign in to comment.