Skip to content

Commit 6e689db

Browse files
authored
Update installation command in documentation
Removed 'sudo' from the installation command. The script checks that it is not running as root, so the following error will appear if it is started with “sudo sh”: "Do not run this script as root! aborting installation..."
1 parent 194f3d9 commit 6e689db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/src/users/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ If on rebuild you get hash related errors, you should run `nix flake update mill
8282
This installer is entirely open source and we encourage the community audit the [source code](https://github.com/SteamClientHomebrew/Millennium/blob/main/scripts/install.sh).
8383

8484
```bash
85-
curl -fsSL "https://raw.githubusercontent.com/SteamClientHomebrew/Millennium/main/scripts/install.sh" | sudo sh
85+
curl -fsSL "https://raw.githubusercontent.com/SteamClientHomebrew/Millennium/main/scripts/install.sh" | sh
8686
```
8787

8888
### Post Installation

0 commit comments

Comments
 (0)