diff options
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md index 90d5ab1..f13cd23 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # OSLS (Overly Simple Launch Simulator) +## Running +``` +$ nix develop +$ python src/main.py +``` + +## Dependencies +``` +Check inside shell.nix :) +``` |