about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-09-16 19:13:28 +0200
committerEmile <hanemile@protonmail.com>2019-09-16 19:13:28 +0200
commita6a97af98abaa52c8b20673782e96ac623086367 (patch)
tree4c81bd205b0e9586ceffb34055bb0339525fcd5f
parent9d915fb2bdafe4ff03b6bfb273b6d36f02eab284 (diff)
added some setup instructions to the readme
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3d80bf7..a047e98 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,18 @@
 
 http api returning TLEs as json
 
+## Setup
+
+standalone:
+`go run . -p <port>`
+
+docker:
+`docker build . -t tle2json`
+`docker run -p <port extern>:8080 tle2json`
+
+![imgs/out.svg]
+
+
 ## API
 
 ### endpoints