Update README.md

Changed Pies to Pis. And gave credit to YAD
pull/850/head
Tejas Singh 3 years ago committed by GitHub
parent a749abbc2f
commit b7a545e087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.
<details>
<summary><b>To install manually</b> if you prefer to see what happens under the hood</summary>

Loading…
Cancel
Save