Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaf2c47b

Browse files
authored
fix: Update install script text to separate run and use (#5203)
1 parent38bdae7 commitaf2c47b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎install.sh

Lines changed: 7 additions & 7 deletions
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 runCoder as a system service:
122+
RunCoder:
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)

[8]ページ先頭

©2009-2025 Movatter.jp