From be89567d4e5c9c92f5407413f6f9979b8f48ded3 Mon Sep 17 00:00:00 2001 From: Stefan Dresselhaus Date: Tue, 21 Jan 2014 00:07:50 +0100 Subject: [PATCH] minor fix in COMPILING --- COMPILING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMPILING b/COMPILING index 87c1cea..a2a6e3b 100644 --- a/COMPILING +++ b/COMPILING @@ -1,7 +1,7 @@ set up external dependencies: > sudo apt-get install libsdl2-dev -> ./deps/getDeps.sh +> cd deps && ./getDeps.sh && cd .. make sure the compiled files are in your PATH (e.g. include $HOME/.cabal/bin in your $PATH)