Skip to content

Commit b51f993

Browse files
Update README.md
1 parent 4d5bffe commit b51f993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ Official website <a href="https://devrev.ai">DevRev</a>
1010
Download the brew formula devrev.rb<br>
1111
click here to download <a href="https://github.com/devrev/public-devrev-cli/releases/download/v0.3.2/devrev.rb">DevRev Formula</a> or run the below command
1212
```bash
13-
$ curl -LJO https://github.com/devrev/public-devrev-cli/releases/download/v0.3.2/devrev.rb
13+
$ wget https://github.com/devrev/public-devrev-cli/releases/download/v0.3.2/devrev.rb
1414
```
1515
move to the downloaded directory and install the downloaded Homebrew formula devrev.rb using below brew command
1616
```bash
1717
$ brew install ./devrev.rb
1818
```
1919
also run the below command to install the completions
2020
```bash
21-
$ curl -O https://raw.githubusercontent.com/devrev/public-devrev-cli/main/install_completions.sh && sh install_completions.sh /opt/homebrew/bin/devrev
21+
$ wget https://raw.githubusercontent.com/devrev/public-devrev-cli/main/install_completions.sh && sh install_completions.sh /opt/homebrew/bin/devrev
2222
```
2323
Note: <b>/opt/homebrew/bin/devrev</b> path may vary based on your homebrew installation
2424
### Uninstall

0 commit comments

Comments
 (0)