summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor-Patrick Heine <heine.gregor@gmail.com>2020-11-13 17:26:44 +0100
committerGregor-Patrick Heine <heine.gregor@gmail.com>2020-11-13 17:26:44 +0100
commit4c7781ad59c90286b5b44e53a4cc530dffadab91 (patch)
tree2f359a50b6bd5be8e78dd3c2c574a02a8211082c
parentc4b6fea6357cc2c47127e74eba2d319d096105e4 (diff)
readme explanation added
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8f9d9b4..19a0ce0 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,10 @@ Wally is compatible with Windows, Linux, and macOS. Developing using each platfo
#### Linux
-Follow the instructions from our [wiki page](https://github.com/zsa/wally/wiki/Linux-install)
+Follow the instructions from our [wiki page](https://github.com/zsa/wally/wiki/Linux-install) or run the `install.linux.sh`.
+`install.linux.sh` should install all needed packages according to your x86 distribution.
+If you try to get wally working on a RaspberryPi, which has an ARM architecture, the script will compile the `wally-cli` for you and set it as alias in your bash.
+Installing should be as easy as running `./install.linux.sh`
#### macOS