8000 feat: one-line install script by bpmct · Pull Request #1924 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat: one-line install script #1924

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Jun 1, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change wording
  • Loading branch information
bpmct committed Jun 1, 2022
commit a611c7b1d69148926d6f1ce017209c8cde378981
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,7 @@ You can use any Web IDE ([code-server](https://github.com/coder/code-server), [p

## Installing Coder

There are a few ways to install Coder:

- [install script](./docs/install.md#installsh) (MacOS & Linux). The script uses the system package manager if possible.
- with [system packages](./docs/install.md#system-packages) (Debian, Fedora, Alpine)
- with [Docker or docker-compose](./docs/install.md#docker-compose) (MacOS, Windows, Linux)
- [manually](./docs/install.md#manual) (MacOS, Windows, Linux)
There are a few ways to install Coder: [install script](./docs/install.md#installsh) (macOS, Linux), [docker-compose](./docs/install.md#docker-compose), or [manually](./docs/install.md#manual) via the latest release (macOS, Windows, and Linux).

If you use the install script, you can preview what occurs during the install process:

Expand Down
0