Skip to content

Commit af2c47b

Browse files
authored
fix: Update install script text to separate run and use (#5203)
1 parent 38bdae7 commit af2c47b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

install.sh

+7-7
Original file line numberDiff line numberDiff line change
@@ -119,19 +119,19 @@ echo_systemd_postinstall() {
119119
cath <<EOF
120120
$1 package has been installed.
121121
122-
To run Coder as a system service:
122+
Run Coder:
123123
124-
# (Optional) Set up an external access URL
125-
$ sudo vim /etc/coder.d/coder.env
126-
# Use systemd to start Coder now and on reboot
124+
# Start Coder now and on reboot
127125
$ sudo systemctl enable --now coder
128-
# View the logs to ensure a successful start
129126
$ journalctl -u coder.service -b
130127
131-
Or, just run the server directly:
132-
128+
# Or just run the server directly
133129
$ coder server
134130
131+
Use Coder:
132+
133+
$ coder login <deployment url>
134+
135135
EOF
136136
}
137137

0 commit comments

Comments
 (0)