Skip to content

Commit 1fac28f

Browse files
authored
Update install.sh
1 parent 8f95112 commit 1fac28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if ! command -v npm >/dev/null 2>&1; then
1818
fi
1919

2020
print_color "$YELLOW" "Installing symmetry-cli globally..."
21-
if npm install -g .; then
21+
if npm install -g symmetry-cli; then
2222
print_color "$GREEN" "symmetry-cli installed successfully!"
2323
else
2424
print_color "$RED" "Failed to install symmetry-cli. Please check your npm configuration and try again."

0 commit comments

Comments
 (0)