diff --git a/README.md b/README.md index 0e0995f..c0dc7b8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Config Files -run using `/bin/bash -c "$(curl -fsSL https://github.com/ION606/swaybackup/raw/main/setup.sh)"` +run using `curl -fsSL -o setup.sh https://github.com/ION606/swaybackup/raw/main/setup.sh && chmod +x setup.sh && sudo ./setup.sh`