Skip to content

Commit

Permalink
Merge pull request #170 from ant-media/remove_sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaboleken authored Dec 4, 2023
2 parents 5234fbe + 4f8363e commit 789e203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sidebar_position: 1
## Step 1: Download script

```shell
sudo wget https://raw.githubusercontent.com/ant-media/Scripts/master/install_ant-media-server.sh && sudo chmod 755 install_ant-media-server.sh
wget https://raw.githubusercontent.com/ant-media/Scripts/master/install_ant-media-server.sh -O install_ant-media-server.sh && chmod 755 install_ant-media-server.sh
```

## Step 2: Install Ant Media Server
Expand Down

0 comments on commit 789e203

Please sign in to comment.