diff --git a/scripts/setup/README.md b/scripts/setup/README.md index 0eff3f7..85355d3 100644 --- a/scripts/setup/README.md +++ b/scripts/setup/README.md @@ -12,8 +12,8 @@ This method need to have [Git](https://git-scm.com) installed. ### Windows 1. Open up a Terminal. -2. Type this command: `git clone https://github.com/fosscord/fosscord && .\scripts\setup\setup.bat`. +2. Type this command: `git clone https://github.com/fosscord/fosscord && .\fosscord\scripts\setup\setup.bat`. ### Posix systems (MacOS, Linux...) 1. Open up a Terminal. -2. Type this command: `git clone https://github.com/fosscord/fosscord && sh ./scripts/setup/setup.sh`. +2. Type this command: `git clone https://github.com/fosscord/fosscord && sh ./fosscord/scripts/setup/setup.sh`.