summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index bbebcd6..d84a5f8 100644
--- a/README
+++ b/README
@@ -1,15 +1,14 @@
Installation of the Server
==========================
- $ python setup.py build
- $ [sudo] python setup.py install
+ $ python3 -m pip install .
Execution
=========
Start the python server (it will listen to any connection on port 1236)
- $ chdir / && swiftstoryd &
+ $ swiftstoryd &
Installation of the web application
===================================