diff --git a/README.md b/README.md index ac85206..c070dd1 100644 --- a/README.md +++ b/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 -~~~ \ No newline at end of file +``` \ No newline at end of file