File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,25 @@ version number.
23
23
brew install cdr/coder/coder-cli
24
24
```
25
25
26
- ### Download (Windows, Linux, Mac)
26
+ ### Download (Linux, Mac)
27
27
28
28
Download releases [ from GitHub] ( https://github.com/coder/coder-cli/releases ) :
29
29
30
30
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 ` )
32
32
1 . Extract the ` coder ` binary and copy it to a location you've added to your
33
33
` PATH ` environment variable
34
34
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
+
35
45
## Authenticate
36
46
37
47
Once you've installed the CLI, authenticate the client with your Coder account.
You can’t perform that action at this time.
0 commit comments