Skip to content

Commit

Permalink
Update install.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy authored Aug 20, 2024
1 parent 1fac28f commit 6a3729d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (!(Get-Command npm -ErrorAction SilentlyContinue)) {
}

Print-Color $YELLOW "Installing symmetry-cli globally..."
if (npm install -g .) {
if (npm install -g symmetry-cli) {
Print-Color $GREEN "symmetry-cli installed successfully!"
} else {
Print-Color $RED "Failed to install symmetry-cli. Please check your npm configuration and try again."
Expand Down Expand Up @@ -56,4 +56,4 @@ Print-Color $GREEN "Installation complete! You can now run 'symmetry-cli' to sta
Print-Color $YELLOW "Please edit $provider_yaml to customize your provider settings, especially:"
Print-Color $YELLOW " - apiKey: Add your API key if required"
Print-Color $YELLOW " - name: Currently set to your system username, change if needed"
Print-Color $YELLOW " - public: Set to true by default, change to false if you don't want to be publicly accessible"
Print-Color $YELLOW " - public: Set to true by default, change to false if you don't want to be publicly accessible"

0 comments on commit 6a3729d

Please sign in to comment.