Update README.md

main
Michael H. 2026-07-06 13:47:23 +00:00
parent 22182cc11e
commit 8c306d9419
1 changed files with 11 additions and 2 deletions

View File

@ -1,8 +1,17 @@
# GamePiZero
~~~
## Installation
```bash
curl -L https://example.com/gamepizero.sh -o gamepizero.sh
chmod +x gamepizero.sh
sudo ./gamepizero.sh install
```
## Update
```bash
curl -L https://example.com/gamepizero.sh -o gamepizero.sh
chmod +x gamepizero.sh
sudo ./gamepizero.sh update
~~~
```