Skip to content

Commit

Permalink
Fix a setup command for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
VladBrok committed Sep 18, 2022
1 parent 6f2ca6e commit 87abbfc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87abbfc

Please sign in to comment.