From 7d628e34240006ead80f0a17a09de1fe15fe4d54 Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Sat, 1 May 2021 18:33:33 +0200 Subject: [PATCH] Fix paths --- scripts/setup/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.