We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38bdae7 commit af2c47bCopy full SHA for af2c47b
install.sh
@@ -119,19 +119,19 @@ echo_systemd_postinstall() {
119
cath <<EOF
120
$1 package has been installed.
121
122
-To run Coder as a system service:
+Run Coder:
123
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
+ # Start Coder now and on reboot
127
$ sudo systemctl enable --now coder
128
- # View the logs to ensure a successful start
129
$ journalctl -u coder.service -b
130
131
-Or, just run the server directly:
132
-
+ # Or just run the server directly
133
$ coder server
134
+Use Coder:
+
+ $ coder login <deployment url>
135
EOF
136
}
137
0 commit comments