Commit 5f592b5b2689eebe56a9fa59bf969ce504796d42
Merge pull request #368 from edrex/patch-1
README: drop .git from clone urlAnders Rune Jensen authored on 3/2/2020, 8:23:19 PM
GitHub committed on 3/2/2020, 8:23:19 PM
Parent: 55335207126eb15c3a0f1834ffb8bbcbd32658a8
Parent: af9195993865373d0f70be75448b706b8f680e87
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -51,9 +51,9 @@ | ||
51 | 51 … | |
52 | 52 … | This runs an embedded sbot with all the right plugins already installed. |
53 | 53 … | |
54 | 54 … | ```sh |
55 | -git clone https://github.com/ssbc/patchbay.git | |
55 … | +git clone https://github.com/ssbc/patchbay | |
56 | 56 … | cd patchbay |
57 | 57 … | npm install |
58 | 58 … | ``` |
59 | 59 … | |
@@ -96,9 +96,9 @@ | ||
96 | 96 … | ``` |
97 | 97 … | |
98 | 98 … | Install Patchbay |
99 | 99 … | ```sh |
100 | -git clone https://github.com/ssbc/patchbay.git | |
100 … | +git clone https://github.com/ssbc/patchbay | |
101 | 101 … | cd patchbay |
102 | 102 … | npm install |
103 | 103 … | ``` |
104 | 104 … |
Built with git-ssb-web