From dca2169c0c2fcfac25e407483e17f8193911697d Mon Sep 17 00:00:00 2001 From: b1rdhous3 Date: Mon, 5 Dec 2016 18:47:47 +0100 Subject: [PATCH] Fix wrong command in CompileHowto (#314) --- CompileHowto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CompileHowto.md b/CompileHowto.md index 0a9155e2..fbf6eac2 100644 --- a/CompileHowto.md +++ b/CompileHowto.md @@ -39,7 +39,7 @@ brew install doxygen ### The general quick way (without big comments) assume your home is /home/pi ```bash -cd git clone --recursive https://github.com/hyperion-project/hyperion.ng.git hyperion +git clone --recursive https://github.com/hyperion-project/hyperion.ng.git hyperion cd hyperion mkdir build cd build