diff --git a/README.md b/README.md index 8ea356cb..bf98aa6b 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,11 @@ You can use whatever linux distribution floats your boat but in our [guide](./do ## Getting Started -There are two ways to get started: +There are three ways you can get started: 1. Using the [install script](./install.sh), which automates most of the process. The script uses the system package manager (if possible) 2. Manually installing code-server; see [Installation](./docs/install.md) for instructions applicable to most use cases +3. Use our one-click buttons and guides to [deploy code-server to a popular cloud provider](https://github.com/cdr/deploy-code-server) ⚡ If you choose to use the install script, you can preview what occurs during the install process: @@ -45,7 +46,7 @@ When done, the install script prints out instructions for running and starting c We also have an in-depth [setup and configuration](./docs/guide.md) guide. -### Cloud Program ☁️ +### code-server --link We're working on a cloud platform that makes deploying and managing code-server easier. Consider running code-server with the beta flag `--link` if you don't want to worry about diff --git a/docs/install.md b/docs/install.md index 85ee04ec..a28ee759 100644 --- a/docs/install.md +++ b/docs/install.md @@ -14,7 +14,7 @@ - [Standalone Releases](#standalone-releases) - [Docker](#docker) - [helm](#helm) -- [App Engines (Azure, Heroku)](#app-engines-azure-heroku) +- [Cloud Providers](#cloud-providers) @@ -207,9 +207,8 @@ https://hub.docker.com/r/linuxserver/code-server See [the chart](../ci/helm-chart). -## App Engines (Azure, Heroku) +## Cloud Providers -These community images are optimized for use with popular app engines. They use the latest official [Docker](#docker) image, so they will always be up to date. +We maintain one-click apps and install scripts for different cloud providers such as DigitalOcean, Railway, Heroku, Azure, etc. Check out the repository: -- [code-server-heroku](https://github.com/bpmct/code-server-heroku) -- [code-server-azure](https://github.com/bpmct/code-server-azure) +https://github.com/cdr/deploy-code-server