summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index f41cbf42e..9f45ce52a 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -21,7 +21,7 @@ which rgbasm
git clone https://github.com/kanzure/pokecrystal.git
cd pokecrystal
-make clean; make
+make clean && make
```
# Windows
@@ -158,7 +158,7 @@ to.
To build again, you should use the following command:
```bash
-make clean; make
+make clean && make
```
Feel free to ask us on nucleus.kafuka.org #skeetendo if something goes wrong