Skip to content

Commit 6ab2ad5

Browse files
authored
docs(readme): removed sudo from scripts
1 parent 5bb45f5 commit 6ab2ad5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ iwr instl.sh/username/reponame/windows | iex
8484
**macOS**
8585

8686
```shell
87-
curl -sSL instl.sh/username/reponame/macos | sudo bash
87+
curl -sSL instl.sh/username/reponame/macos | bash
8888
```
8989

9090
**Linux**
9191

9292
```shell
93-
curl -sSL instl.sh/username/reponame/linux | sudo bash
93+
curl -sSL instl.sh/username/reponame/linux | bash
9494
```
9595

9696
### Automatic Website Generation

0 commit comments

Comments
 (0)