Link to all other docs in guide.md

I expect people will frequently link to it.
This commit is contained in:
Anmol Sethi 2020-05-17 20:39:45 -04:00
parent c33a4651c9
commit 094ca2ad97
No known key found for this signature in database
GPG Key ID: 8CEF1878FF10ADEB

View File

@ -18,7 +18,11 @@
This guide demonstrates how to setup and use code-server.
To reiterate, code-server lets you run VS Code on a remote server and then access it via a browser.
See [README.md](../README.md) for a general overview and [FAQ.md](./FAQ.md) for further user docs.
Further docs are at:
- [README.md](../README.md) for a general overview
- [FAQ.md](./FAQ.md) for common questions.
- [CONTRIBUTING.md](../doc/CONTRIBUTING.md) for development docs
We'll walk you through acquiring a remote machine to run code-server on and then exposing `code-server` so you can
securely access it.