summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2020-09-21 23:29:44 +0300
committerYuval Adam <_@yuv.al>2020-09-21 23:29:44 +0300
commit3a7bb26bb308f3460056cf0612b913353b73e0cd (patch)
tree790a6c1f8b1951bde58e382bda199526ea76106b /README.md
parentd25708b978b50c905b062eb8ba3970e48ae276e8 (diff)
Add dev section in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9529993..4e710d9 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,8 @@
# ISS Pass Predictions
+
+## Dev
+
+```bash
+$ pipenv sync
+$ pipenv run server
+```