Skip to content

Commit 0f3710a

Browse files
authored
command correction
removed <> from command for easy copy and paste use for users with <> it leads to following syntax error -bash: syntax error near unexpected token `|'
1 parent 594b979 commit 0f3710a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For this instance, we will run Coder as a system service, however you can run Co
4444
In the Azure VM instance, run the following command to install Coder
4545

4646
```console
47-
curl -fsSL <https://coder.com/install.sh> | sh
47+
curl -fsSL https://coder.com/install.sh | sh
4848
```
4949

5050
## Run Coder

0 commit comments

Comments
 (0)