From d986c648b2b4ba016ed05540c52dd8eb9130c3ad Mon Sep 17 00:00:00 2001 From: Tomasz Nazar Date: Tue, 24 Nov 2015 00:37:08 +0100 Subject: [PATCH] Update README.md: Add missing install instruction (cd) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea39cab..12471b5 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ I use and will use this software. But in the end - if anything happens to your h sudo apt-get install git mkdir -p /home/odroid/ + cd /home/odroid/ #make sure you can write to this directory; otherwise update paths below git clone https://github.com/nthx/odroid-xu3-fan-control.git cd odroid-xu3-fan-control/ sudo ./odroid-xu3-fan-control.sh