git ssb

1+

mixmix / scuttle-shell



Commit 2e0cbf46340b9bb88e99e8e128ea8991b065c09b

readme fix

andre alves garzia committed on 6/28/2018, 11:32:28 PM
Parent: ef3dae6fb3beca286ae899aae35601e349f93c05

Files changed

README.mdchanged
README.mdView
@@ -6,11 +6,18 @@
66
77 ## Install globally
88
99 ```
10-$ npm install -g
10 +$ npm install -g scuttle-shell
1111 ```
1212
13 +or if you cloned this repo (run from the repo folder itself):
14 +
15 +```
16 +$ npm install -g
17 +```
18 +
19 +
1320 You can run the app by executing `scuttleshell` on your terminal.
1421
1522 ## Setup
1623

Built with git-ssb-web