Update coder-bind docs

This commit is contained in:
Anmol Sethi 2020-10-06 21:10:46 -04:00
parent c3c24fe4d2
commit 1c16814a89
No known key found for this signature in database
GPG Key ID: 8CEF1878FF10ADEB

View File

@ -164,8 +164,8 @@ const options: Options<Required<Args>> = {
description: ` description: `
Securely bind code-server via Coder Cloud with the passed name. You'll get a URL like Securely bind code-server via Coder Cloud with the passed name. You'll get a URL like
https://myname.coder-cloud.com at which you can easily access your code-server instance. https://myname.coder-cloud.com at which you can easily access your code-server instance.
Authorization is done via GitHub. Only the first code-server spawned with the current Authorization is done via GitHub.
configuration will be accessible.`, `,
}, },
} }