about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-14 17:17:59 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-14 17:24:07 +0200
commit4a2fd2c0f4455cf1311bdda728cc5992b723ad29 (patch)
tree9c0e4af5eedebdbf6db73bdcf0dd8a124e494ee2
parentAdd nix tooling (diff)
downloadOSLS-4a2fd2c0f4455cf1311bdda728cc5992b723ad29.tar.gz
OSLS-4a2fd2c0f4455cf1311bdda728cc5992b723ad29.tar.bz2
OSLS-4a2fd2c0f4455cf1311bdda728cc5992b723ad29.zip
Update README
-rw-r--r--README.md10
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 :)
+```