Merge pull request #4 from ohbarye/fix-2
Fix #2 : not mdsvr but markdownserver
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ You don't need any special preparation to try to start server. Just execute belo
|
|||||||
$ virtualenv .venv
|
$ virtualenv .venv
|
||||||
$ source .venv/bin/activate
|
$ source .venv/bin/activate
|
||||||
(.venv)$ pip install -r requirements.txt
|
(.venv)$ pip install -r requirements.txt
|
||||||
(.venv)$ mdsvr
|
(.venv)$ markdownserver
|
||||||
Bottle v0.12.8 server starting up (using WSGIRefServer())...
|
Bottle v0.12.8 server starting up (using WSGIRefServer())...
|
||||||
Listening on http://localhost:8009/
|
Listening on http://localhost:8009/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user