Commit f57770ffbcfa6ec977a801e02d0a5f97e0ae195f
Say what @cel thinks happens instead
Adam Novak committed on 9/10/2017, 6:53:46 AMParent: 9a8720ca9018b2b2fb70a0c670cdaf5de4069fb0
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -9,10 +9,8 @@ | ||
9 | 9 … | - http://git.mixmix.io/ |
10 | 10 … | |
11 | 11 … | ## Install |
12 | 12 … | |
13 | -NOTE: If you are running a modern version of Patchwork or Scuttlebot, `git-ssb-web` will **automatically be available at [http://localhost:7718](http://localhost:7718)** and **you do not have to install it yourself**. | |
14 | - | |
15 | 13 … | ``` |
16 | 14 … | npm install -g git-ssb-web |
17 | 15 … | ``` |
18 | 16 … | |
@@ -24,8 +22,10 @@ | ||
24 | 22 … | ``` |
25 | 23 … | |
26 | 24 … | ## Usage |
27 | 25 … | |
26 … | +NOTE: If you are running a modern version of Patchwork or Scuttlebot, and have installed `git-ssb-web`, it will **automatically be available at [http://localhost:7718](http://localhost:7718)** whenever you run SSB, and you do not need to start it separately. | |
27 … | + | |
28 | 28 … | ``` |
29 | 29 … | git-ssb-web [<options>] [<host:port>] |
30 | 30 … | ``` |
31 | 31 … | - `host`: hostname to listen on. defaults to `localhost`. |
Built with git-ssb-web