git ssb

16+

Dominic / patchbay



Commit 5f592b5b2689eebe56a9fa59bf969ce504796d42

Merge pull request #368 from edrex/patch-1

README: drop .git from clone url
Anders 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.mdchanged
README.mdView
@@ -51,9 +51,9 @@
5151
5252 This runs an embedded sbot with all the right plugins already installed.
5353
5454 ```sh
55-git clone https://github.com/ssbc/patchbay.git
55 +git clone https://github.com/ssbc/patchbay
5656 cd patchbay
5757 npm install
5858 ```
5959
@@ -96,9 +96,9 @@
9696 ```
9797
9898 Install Patchbay
9999 ```sh
100-git clone https://github.com/ssbc/patchbay.git
100 +git clone https://github.com/ssbc/patchbay
101101 cd patchbay
102102 npm install
103103 ```
104104

Built with git-ssb-web