Skip to content

Commit 426967e

Browse files
author
Katie Horne
authored
chore: update CLI installation instructions for Windows (coder#816)
1 parent 412defc commit 426967e

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

cli/installation.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,25 @@ version number.
2323
brew install cdr/coder/coder-cli
2424
```
2525

26-
### Download (Windows, Linux, Mac)
26+
### Download (Linux, Mac)
2727

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

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

35+
### Download (Windows)
36+
37+
1. Click a release (e.g., `coder-cli-windows.zip`) and download the file
38+
1. Unzip the file
39+
1. Copy the file to a location of your choosing (e.g., `%USERPROFILE%\bin`).
40+
1. On the command-line interface, execute `coder.exe login`
41+
42+
> Make sure that your user's `PATH` environment variable contains the location
43+
> you chose in step 3.
44+
3545
## Authenticate
3646

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

0 commit comments

Comments
 (0)