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

Add installation instructions #34

Merged
merged 1 commit into from
Jun 10, 2020
Merged
Changes from all commits
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
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,21 @@
To view usage documentation, head over to [https://enterprise.coder.com](https://enterprise.coder.com/docs/getting-started).

To report bugs and request features, please [open an issue](https://github.com/cdr/coder-cli/issues/new).

## Installation

To install the latest version use:

```bash
go get cdr.dev/coder-cli/cmd/coder
```

To install a specific [release](https://github.com/cdr/coder-cli/releases):

1. Click a release and download the tar file for your operating system (ex: coder-cli-linux-amd64.tar.gz)
2. Extract the `coder` binary from the tar file, ex:

```bash
cd ~/go/bin
tar -xvf ~/Downloads/coder-cli-linux-amd64.tar.gz
```