From 87abbfca03a06b28d592b24986b4fc6f240715a8 Mon Sep 17 00:00:00 2001 From: Vlad Brok Date: Sun, 18 Sep 2022 19:07:12 +0300 Subject: [PATCH] Fix a setup command for Linux --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c91c69..edd6fde 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,7 @@ If you use a terminal and you need to move between directories frequently, then 2. Open the folder with unpacked files in the terminal and run the setup ```bash -sudo chmod +x setup.sh -./setup.sh ./ +sudo chmod +x setup.sh && ./setup.sh ./ ``` 3. Restart the terminal