Skip to content
Merged
Changes from all commits
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
chore: fix install.sh typo
  • Loading branch information
bpmct committed Oct 26, 2022
commit 011ba49ef993ffd932e11455c5a00d93e9902e65
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ $1 package has been installed.

To run Coder as a system service:

# Optional) Set up an external access URL
# (Optional) Set up an external access URL
$ sudo vim /etc/coder.d/coder.env
# Use systemd to start Coder now and on reboot
$ sudo systemctl enable --now coder
Expand Down