From 283e4c1ceeef80ea0c291bfb67d478341fe3a6ca Mon Sep 17 00:00:00 2001 From: yenatch Date: Wed, 22 Jan 2014 11:36:07 -0500 Subject: Don't use sudo in init.sh Besides being bad practice, permissions are handled differently cross-platform (cygwin). --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 80361b5c..e68c263f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -10,7 +10,7 @@ Set up the **pokered** repository: git clone git://github.com/iimarckus/pokered.git cd pokered - ./init.sh + sudo ./init.sh Now **pokered.gbc** can be built from source. -- cgit v1.3.1-sl0p