diff options
| author | yenatch <yenatch@gmail.com> | 2014-01-22 11:36:07 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-01-22 11:36:07 -0500 |
| commit | 283e4c1ceeef80ea0c291bfb67d478341fe3a6ca (patch) | |
| tree | 88f27b68a477e26602ac3f502dfa6f7333bdd88f /INSTALL.md | |
| parent | Makefile: baserom compare is optional (diff) | |
| download | pokeyellow-283e4c1ceeef80ea0c291bfb67d478341fe3a6ca.tar.gz pokeyellow-283e4c1ceeef80ea0c291bfb67d478341fe3a6ca.tar.xz pokeyellow-283e4c1ceeef80ea0c291bfb67d478341fe3a6ca.zip | |
Don't use sudo in init.sh
Besides being bad practice, permissions are handled differently cross-platform (cygwin).
Diffstat (limited to 'INSTALL.md')
| -rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
