summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index db3cdbe..a22b7ef 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,10 @@ mix deps.compile
# Install frontend stuff
cd front
npm install
-npm start
+
+# Generate SSH keys
+cd ../priv
+./make_keys.sh
# Run the frontend and server concurrently!
cd ..