From 7b8fb5644089c07f2d6300f07bd9bded4b92e91f Mon Sep 17 00:00:00 2001 From: Milo Todt Date: Sat, 12 Jan 2019 08:38:18 -0800 Subject: [PATCH] fixed error in url --- docs/build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```