Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 097fb8f

Browse files
authored
docs(readme): reduce a11y so coder v2 users don't stumble upon this (#501)
1 parent 3a6edf6 commit 097fb8f

File tree

1 file changed

+2
-39
lines changed

1 file changed

+2
-39
lines changed

README.md

+2-39
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,7 @@
1-
# Coder CLI
1+
# Coder v1 CLI
22

33
[![GitHub Release](https://img.shields.io/github/v/release/cdr/coder-cli?color=6b9ded&include_prerelease=false)](https://github.com/cdr/coder-cli/releases)
44
[![Documentation](https://godoc.org/cdr.dev/coder-cli?status.svg)](https://pkg.go.dev/cdr.dev/coder-cli/coder-sdk)
55

6-
> **Note**: This is the command line utility for [Coder Classic](https://coder.com/docs/coder).
7-
> If you are using [Coder OSS](https://coder.com/docs/coder-oss/latest), use [these instructions](https://coder.com/docs/coder-oss/latest/install)
8-
> to install the CLI.
6+
> **Note**: This is the command line utility for [Coder Classic](https://coder.com/docs/coder). If you are using [Coder v2 / Coder OSS](https://coder.com/docs/coder-oss/latest), use [these instructions](https://coder.com/docs/coder-oss/latest/install) to install the CLI.
97
10-
## Code
11-
12-
As of v1.24.0, the Coder CLI is closed source. The code in this repo will remain
13-
as it was when closed on 20 October 2021. We will continue to use issues and
14-
releases for the time being, but this may change.
15-
16-
We recommend using the SDK included in this repo until we publish the new Go SDK
17-
that's currently in progress.
18-
19-
We will not accept any further pull requests.
20-
21-
## Bugs & feature requests
22-
23-
To report bugs and request features, please [open an issue](https://github.com/cdr/coder-cli/issues/new).
24-
25-
## Installation
26-
27-
### Homebrew (Mac, Linux)
28-
29-
```sh
30-
brew install cdr/coder/coder-cli
31-
```
32-
33-
### Download (Windows, Linux, Mac)
34-
35-
Download the latest [release](https://github.com/cdr/coder-cli/releases):
36-
37-
1. Click a release and download the tar file for your operating system (ex: coder-cli-linux-amd64.tar.gz)
38-
2. Extract the `coder` binary.
39-
40-
## Usage
41-
42-
View the usage documentation [here](./docs/coder.md).
43-
44-
You can find additional Coder usage documentation on [coder.com/docs/cli](https://coder.com/docs/cli).

0 commit comments

Comments
 (0)