From aa45ef75317e5079ef7cfb873540d77d9aca8b57 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 30 Mar 2023 14:01:49 +0300 Subject: [PATCH] fix: very small typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6bca9fe4f5fca..3c0b7b2781e36 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"