Skip to content

Commit

Permalink
Revert: rename back to defang.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
lionello committed Feb 2, 2024
1 parent dce5861 commit dae1289
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Formula/defang-cli.rb → Formula/defang.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class DefangCli < Formula
class Defang < Formula
desc "Command-line interface for the Defang Opinionated Platform"
homepage "https://defang.io"
url "https://github.com/defang-io/defang/archive/refs/tags/v0.4.61.tar.gz"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ This repo has the Brew formula for `defang`, the command-line interface for the

## How do I install these formulae?

`brew install defang-io/defang/defang-cli`
`brew install defang-io/defang/defang`

Or `brew tap defang-io/defang` and then `brew install defang-cli`.
Or `brew tap defang-io/defang` and then `brew install defang`.

## Documentation

Expand Down

0 comments on commit dae1289

Please sign in to comment.