diff --git a/README.md b/README.md index 8d7b333..3b5b83e 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ ## Raspberry Pi App Store for Open Source Projects Linux is harder to master than Windows. It's geared toward power users, and you will encounter problems if you follow tutorials. -Because of the lack of available software on the `apt` repositories, most Raspberry Pi owners never use their Pies to their full, desktop PC, potential. -Countless **Raspberry Pies remain in disuse** for this very reason. Something must be done! +Because of the lack of available software on the `apt` repositories, most Raspberry Pi owners never use their Pis to their full, desktop PC, potential. +Countless **Raspberry Pis remain in disuse** for this very reason. Something must be done! Introducing **Pi-Apps**, basically a list of pre-made apps you can install with **one click**. **[ETA Prime](https://www.youtube.com/watch?v=oqNWJ52DLes)** (a very well known RPi YouTuber) says: @@ -12,11 +12,11 @@ Introducing **Pi-Apps**, basically a list of pre-made apps you can install with > I want to give the devs of Pi-Apps a big shout-out." ## To install Pi-Apps -Compatible operating systems: **Raspberry Pi OS** and most other Debian-based ARM operating systems like Twister, Kali, and Ubuntu. +Compatible operating systems: **Raspberry Pi OS** and most other Debian-based ARM operating systems like Twister OS, Kali Linux, and Ubuntu. ``` wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bash ``` -The install script ensures YAD is installed, creates two menu buttons, an auto-started updater, and a file (`/usr/local/bin/pi-apps`) that allows pi-apps to be run from terminal. Besides those, nothing is modified outside of the Pi-Apps folder. +The install script ensures [YAD](https://github.com/v1cont/yad) is installed, creates two menu buttons, an auto-started updater, and a file (`/usr/local/bin/pi-apps`) that allows pi-apps to be run from terminal. Besides those, nothing is modified outside of the Pi-Apps folder.
To install manually if you prefer to see what happens under the hood