Browse Source

Update 'README.md'

Daniel Kunický 3 năm trước cách đây
mục cha
commit
07d429e656
1 tập tin đã thay đổi với 12 bổ sung1 xóa
  1. 12 1
      README.md

+ 12 - 1
README.md

@@ -1 +1,12 @@
-# iroha-rest-api
+# iroha-rest-api
+## How to run:
+
+1. You need Python and Flask installed on your system
+2. Export these enviromental variables:
+
+    `export FLASK_APP=$PWD/app.py`    
+    `export FLASK_ENV=development`
+3. Run `flask run` command
+
+
+