Shortened installation instructions

master
Keith Irwin 2017-12-13 19:54:14 +00:00
parent ee24cae0a1
commit 9040013de4
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ node.js application to display a sharable map with user's location.
On unix-based systems: On unix-based systems:
```sh ```sh
git clone https://github.com/Tracman-org/Server.git &&\ git clone https://github.com/Tracman-org/Server.git tracman-server &&\
mv Server tracman-server && cd tracman-server &&\ cd tracman-server &&\
npm install npm install
``` ```