Commit ad10631c26a6f992d6e2f554413b6f67bce37ab0
Formatting tweak and installation instructions.
Stephen Whitmore committed on 4/29/2017, 5:58:17 PMParent: 18024992bfb2fc4f955daa3aeaf04a6f7dc68e01
Files changed
README.md | changed |
README.md | |||
---|---|---|---|
@@ -1,14 +1,24 @@ | |||
1 | 1 … | # git-airpaste | |
2 | 2 … | ||
3 | -Use git over [airpaste](https://github.com/mafintosh/airpaste). | ||
3 … | +> Use git over [airpaste](https://github.com/mafintosh/airpaste). | ||
4 | 4 … | ||
5 | 5 … | ## Usage | |
6 | 6 … | ||
7 | 7 … | `git airpaste [namespace]`: serve a git connection to the current git repo, over airpaste. | |
8 … | + | ||
8 | 9 … | `git <cmd> airpaste://[namespace]`: interact with a git repo being served over | |
9 | 10 … | airpaste. | |
10 | 11 … | ||
12 … | +## Install | ||
13 … | + | ||
14 … | +With [npm](https://npmjs.org/) installed, run | ||
15 … | + | ||
16 … | +``` | ||
17 … | +$ npm install -g git-airpaste | ||
18 … | +``` | ||
19 … | + | ||
20 … | + | ||
11 | 21 … | ## License | |
12 | 22 … | ||
13 | 23 … | Copyright (c) 2017 [@cel](@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519) | |
14 | 24 … | ||
Built with git-ssb-web