From 8ae09bc1c589964abf1bef4319eb648f03301a22 Mon Sep 17 00:00:00 2001 From: brindosch Date: Mon, 20 Jun 2016 17:32:56 +0200 Subject: [PATCH] Update CompileHowto.txt --- CompileHowto.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CompileHowto.txt b/CompileHowto.txt index a2c0f096..03ecd676 100644 --- a/CompileHowto.txt +++ b/CompileHowto.txt @@ -12,7 +12,7 @@ sudo cp -R "$FIRMWARE_DIR/hardfp/opt/" /opt # create hyperion directory and checkout the code from github # You might want to add "--depth 1" if you only want to recompile the current source or dont want to use git any further export HYPERION_DIR="hyperion" -git clone --recursive https://github.com/tvdzwan/hyperion.git "$HYPERION_DIR" +git clone --recursive https://github.com/hyperion-project/hyperion.ng.git "$HYPERION_DIR" # if you forget the --recursive in above statement or you are updating an existing clone you need # to clone the protobuf submodule by runnning the follwing two statements: