Skip to content

Commit

Permalink
chore: update CLI installation instructions for Windows (coder#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
Katie Horne authored Jan 31, 2022
1 parent 412defc commit 426967e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions cli/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,25 @@ version number.
brew install cdr/coder/coder-cli
```

### Download (Windows, Linux, Mac)
### Download (Linux, Mac)

Download releases [from GitHub](https://github.com/coder/coder-cli/releases):

1. Click a release and download the tar file for your operating system (ex:
coder-cli-linux-amd64.tar.gz)
`coder-cli-linux-amd64.tar.gz`)
1. Extract the `coder` binary and copy it to a location you've added to your
`PATH` environment variable

### Download (Windows)

1. Click a release (e.g., `coder-cli-windows.zip`) and download the file
1. Unzip the file
1. Copy the file to a location of your choosing (e.g., `%USERPROFILE%\bin`).
1. On the command-line interface, execute `coder.exe login`

> Make sure that your user's `PATH` environment variable contains the location
> you chose in step 3.
## Authenticate

Once you've installed the CLI, authenticate the client with your Coder account.
Expand Down

0 comments on commit 426967e

Please sign in to comment.