docs: make --link docs separate entry

link to --link docs from README to separate docs entry
This commit is contained in:
Ashley McClelland
2021-08-04 20:52:57 -07:00
committed by Joe Previte
parent 73380379da
commit 8c70dfa387
3 changed files with 16 additions and 13 deletions

9
docs/link.md Normal file
View File

@@ -0,0 +1,9 @@
# code-server --link
Run code-server with the beta flag `--link` and you'll get TLS, authentication, and a dedicated URL
for accessing your IDE out of the box.
```shell-session
$ code-server --link
Proxying code-server, you can access your IDE at https://example.cdr.co
```