git ssb

16+

Dominic / patchbay



Commit af9195993865373d0f70be75448b706b8f680e87

drop .git from clone url

this avoids .git suffix in default working copy path.
Eric Drechsel authored on 3/2/2020, 8:20:03 PM
GitHub committed on 3/2/2020, 8:20:03 PM
Parent: 55335207126eb15c3a0f1834ffb8bbcbd32658a8

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