You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
778 B
Markdown
18 lines
778 B
Markdown
# Pi-Apps 
|
|
## Raspberry Pi App Store for Open Source Projects
|
|
|
|
There are many open-source, community-developed software projects for Raspberry Pi, yet very few people know about them. Pi-Apps aims to improve that, functioning as a software catalog and standardizing installation.
|
|
|
|
**Please note that Pi-Apps is very new and is a work in progress.** Keep that in mind if you encounter an error.
|
|
|
|
### To install Pi Apps:
|
|
```
|
|
git clone https://github.com/Botspot/pi-apps
|
|
/home/pi/pi-apps/install
|
|
```
|
|
The install script ensures YAD is installed and creates a menu button. Nothing is modified outside your home directory.
|
|
### To run Pi Apps:
|
|
Menu -> Accessories -> Pi Apps, or type `./pi-apps/gui`.
|
|
|
|
|