summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 232cf35b..083cbdcb 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ sudo apt install default-jdk
These are necessary to make sure the program cross-compiles to 32-bit architectures successfully from 64-bit GNU/Linux machines:
```
-sudo apt make gcc file install lib32stdc++ lib32z1
+sudo apt install make gcc file install lib32stdc++ lib32z1
```
### Android SDK <a name="android-sdk"></a>