summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2019-06-23 17:00:23 +0200
committerkwadronaut <kwadronaut@leap.se>2019-06-23 17:00:23 +0200
commit6c3707faab4c2cf21c86eefa03a32091500fba3e (patch)
tree2db951613dc3f839216cb4ec7722601e022c0792 /README.md
parent3d3b9f40dfc4d6eabb60330c2d3a4029518eb292 (diff)
missing apt install in readme
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>