Skip to content

Commit b274c0b

Browse files
wenfengwangclaude
andcommitted
fix(install): default install dir to ~/.anycli/bin instead of /usr/local/bin
Avoids sudo requirement. Everything lives under ~/.anycli/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 54cb773 commit b274c0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/public/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
set -e
66

77
REPO="sheet0/anycli"
8-
INSTALL_DIR="${ANYCLI_INSTALL_DIR:-/usr/local/bin}"
98
ANYCLI_HOME="${ANYCLI_HOME:-$HOME/.anycli}"
9+
INSTALL_DIR="${ANYCLI_INSTALL_DIR:-$ANYCLI_HOME/bin}"
1010

1111
# Detect OS and architecture
1212
detect_platform() {

0 commit comments

Comments
 (0)