docs: update readme

This commit is contained in:
BIll Church 2022-05-17 10:37:45 -04:00
parent e6864f595b
commit 5e48d42e61

View file

@ -27,7 +27,7 @@ To install:
1. Clone to a location somewhere 1. Clone to a location somewhere
2. Switch to the `current` tag or choose a particular [release](releases/) tag 2. Checkout to the `current` tag using `git checkout current` or choose a particular [release](https://github.com/billchurch/webssh2/releases/) tag
3. `cd app` and `npm install --production`. If you want to develop and rebuild javascript and other files utilize `npm install` instead. 3. `cd app` and `npm install --production`. If you want to develop and rebuild javascript and other files utilize `npm install` instead.