From 0f3710aa635b6423c0a7640f866f1018f8a61cce Mon Sep 17 00:00:00 2001 From: Vaibhav Kumar <60957669+vkvbit@users.noreply.github.com> Date: Mon, 14 Aug 2023 12:58:19 +0530 Subject: [PATCH] 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 `|' --- docs/platforms/azure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/azure.md b/docs/platforms/azure.md index 318b1d8b4ceb2..e0f21d70fbfc5 100644 --- a/docs/platforms/azure.md +++ b/docs/platforms/azure.md @@ -44,7 +44,7 @@ For this instance, we will run Coder as a system service, however you can run Co In the Azure VM instance, run the following command to install Coder ```console -curl -fsSL | sh +curl -fsSL https://coder.com/install.sh | sh ``` ## Run Coder