Skip to content

fix: update install.sh to remove dead doc link #13308

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
escaping script properly
  • Loading branch information
Kira-Pilot committed May 29, 2024
commit 5398fe0f16e96a2dd47d8023b9cd3a1bec1de2c8
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ There is another binary in your PATH that conflicts with the binary we've instal

This is likely because of an existing installation of Coder in your \$PATH.

Run `which -a coder` to view all installations.
Run \`which -a coder\` to view all installations.

EOF
}
Expand Down
Loading