Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2512c5f commit 6cb3498Copy full SHA for 6cb3498
.github/workflows/test.yaml
@@ -9,6 +9,6 @@ jobs:
9
runs-on: ${{ matrix.os }}
10
steps:
11
- uses: actions/checkout@v1
12
- - run: brew install --build-from-source ./coder.rb
+ - run: brew install --build-from-source ./coder-cli.rb
13
- run: coder --version
14
README.md
@@ -11,5 +11,5 @@ brew tap cdr/coder
### Install the [Coder CLI](https://github.com/cdr/coder-cli)
```text
-brew install coder
+brew install coder-cli
15
```
coder.rb renamed to coder-cli.rb
@@ -1,4 +1,4 @@
1
-class Coder < Formula
+class CoderCli < Formula
2
desc "Command-line tool for the Coder remote development platform"
3
homepage "https://github.com/cdr/coder-cli"
4
version "1.14.2"
0 commit comments