summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorElizabeth (Lizzy) Hunt <elizabeth.hunt@simponic.xyz>2023-04-22 23:32:55 -0600
committerGitHub <noreply@github.com>2023-04-22 23:32:55 -0600
commitf5773f606a738e092845597f2af77e9602b06552 (patch)
treef5611aa4fef4c5d972f18451e2127762ffd54bd7 /README.md
parentfb1825e964ee5ebb8427c56eaa34e9437c56c5ab (diff)
downloadchessh-f5773f606a738e092845597f2af77e9602b06552.tar.gz
chessh-f5773f606a738e092845597f2af77e9602b06552.zip
README changes, create thread on join, update package-lock (#21)
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 ..