Update docs/install.md

Co-authored-by: Roma <81729714+rtdev-com@users.noreply.github.com>
This commit is contained in:
netop://ウエハ 2022-11-04 16:41:16 -07:00 committed by GitHub
parent 25cce5d4cb
commit 67240f84db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ keys. You can get keys following [Security](../SECURITY.md) document.
```
git clone --depth 1 --branch latest https://github.com/handshake-org/hsd.git
cd hsd
npm install --omit-dev
npm install --omit=dev
# run full node in foreground with default configuration
./bin/hsd
```