From a07209efa12a11bc19305618be71e7aab7bf09cc Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 30 Mar 2023 15:56:19 +0300 Subject: [PATCH] fix: very small typo (#6877) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6bca9fe4f5..3c0b7b2781 100755 --- a/install.sh +++ b/install.sh @@ -44,7 +44,7 @@ Usage: --prefix Sets the prefix used by standalone release archives. Defaults to /usr/local and the binary is copied into /usr/local/bin - To install in \$HOME, pass ---prefix=\$HOME/.local + To install in \$HOME, pass --prefix=\$HOME/.local --binary-name Sets the name for the CLI in standalone release archives. Defaults to "coder"