summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorOlivier Gayot <olivier.gayot@sigexec.com>2018-03-09 13:38:23 +0100
committerOlivier Gayot <olivier.gayot@sigexec.com>2018-03-09 13:38:23 +0100
commit8da3b6f8e31e1c9cf40e3f5ffd25316d5bce5944 (patch)
treea063ba34996e4754274bbcd28c104edb380717a9 /README
parent899b6558513e9d5920a1525aefb9e3ac21349142 (diff)
moved webapp files in the usr/share/swiftstory dir
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index e1d3620..34be366 100644
--- a/README
+++ b/README
@@ -28,7 +28,7 @@ Alternatively, if your version of php implements this, you can use this command
to run a simple webserver (this method is not recommended in a production
environment).
- $ php -S "<listen_address>:<port>" -t www/
+ $ php -S "<listen_address>:<port>" -t usr/share/swiftstory/www/
Replace <listen_address> and <port> by the values you prefer.