aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2014-01-26 22:29:43 -0700
committerIIMarckus <iimarckus@gmail.com>2014-01-26 22:29:43 -0700
commit27c5fe339f0e09c1c0d56e04aca24a994579f95e (patch)
tree0b634d356b9fe4ebb6da307986271f757b03ab1c /INSTALL.md
parentbump pokemontools for merging the previous bump (diff)
parentDon't use sudo in init.sh (diff)
downloadpokeyellow-27c5fe339f0e09c1c0d56e04aca24a994579f95e.tar.gz
pokeyellow-27c5fe339f0e09c1c0d56e04aca24a994579f95e.tar.xz
pokeyellow-27c5fe339f0e09c1c0d56e04aca24a994579f95e.zip
Merge branch 'fix-init-sudo' of https://github.com/yenatch/pokered
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
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.