git ssb

1+

mixmix / scuttle-shell



Commit 69094b14d8a0f96b5da1d4ce1008b7ba2ceb94d3

Merge pull request #11 from carlthuringer/reaadme-requirements

Git and Node are requirements for installation.
Henry authored on 9/4/2018, 4:45:25 PM
GitHub committed on 9/4/2018, 4:45:25 PM
Parent: cbb9a71cc7c3b5e5af5a55d7a71a1f0baff8c58b
Parent: 5a0419f6c2662e881e7cb6c76d64e1b5b1f55de7

Files changed

README.mdchanged
README.mdView
@@ -1,12 +1,16 @@
11 ![Hermie The Crab](/icon.png)
22
3-# Scuttle Shell
3 +# Scuttle Shell
44
55 This is a [Secure Scuttlebutt](http://scuttlebutt.nz) system tray application. It provides an always-running _sbot_ for your local system.
66
77 This app also setups itself as a [Native Host App](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Native_messaging) that can be used by **authorized Firefox Add-ons** such as [Patchfox](https://github.com/soapdog/patchfox).
88
9 +## Dependencies
10 +
11 +You must have [Git](https://git-scm.com) and [Node](https://nodejs.org) installed.
12 +
913 ## Install globally
1014
1115 ```
1216 $ npm install -g scuttle-shell
@@ -14,9 +18,9 @@
1418
1519 or if you cloned this repo (run from the repo folder itself):
1620
1721 ```
18-$ npm install -g
22 +$ npm install -g
1923 ```
2024
2125 You can run the app by executing `scuttleshell` on your terminal.
2226
@@ -42,10 +46,10 @@
4246 ```
4347
4448 This should set it up. If anything fails you can check your setup with
4549
50 +### Checking your setup
4651
47-### Checking your setup
4852 Depending on your running operating system, you can check the configuration using:
4953
5054 ```
5155 $ npm run check
@@ -57,9 +61,10 @@
5761 $ npm run check-win
5862 ```
5963
6064 ### Running Setup (again)
65 +
6166 If anything went wrong during the setup or if you rename the folder this app is in, you can redo the setup with:
6267
6368 ```
6469 $ npm install
65-```
70 +```

Built with git-ssb-web