diff --git a/docs/build.md b/docs/build.md index 91176611..36aea9a7 100644 --- a/docs/build.md +++ b/docs/build.md @@ -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: +git fetch origin pull//head: git checkout ``` _If you already have the master branch_ ``` -git fetch origin pull/2612/head: +git fetch origin pull//head: git checkout ```