1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

fixed error in url

This commit is contained in:
Milo Todt
2019-01-12 08:38:18 -08:00
parent 5e9bd2fd2d
commit 7b8fb56440

View File

@@ -43,13 +43,13 @@ _If you do not have a local copy the master branch yet_
```
git clone https://github.com/BoostIO/Boostnote.git
cd Boostnote
git fetch origin pull/2612/head:<PR>
git fetch origin pull/<PR>/head:<PR>
git checkout <PR>
```
_If you already have the master branch_
```
git fetch origin pull/2612/head:<PR>
git fetch origin pull/<PR>/head:<PR>
git checkout <PR>
```