Update README.md
parent
22182cc11e
commit
8c306d9419
13
README.md
13
README.md
|
|
@ -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
|
||||
~~~
|
||||
```
|
||||
Loading…
Reference in New Issue