From 5e48d42e61a7bf4c29cb1f756955c089e6a4dd84 Mon Sep 17 00:00:00 2001 From: BIll Church Date: Tue, 17 May 2022 10:37:45 -0400 Subject: [PATCH] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb96638..8f8b626 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To install: 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.