Skip to content

Commit 39eb43d

Browse files
author
João Lopes
authored
clean: Remove outdated install method on macOS
1 parent 1391650 commit 39eb43d

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ With a single command you can:
2929

3030
## Install
3131

32-
### MacOS
33-
3432
```bash
35-
brew tap codacy/tap
36-
brew install codacy-analysis-cli
33+
curl -L https://github.com/codacy/codacy-analysis-cli/archive/master.tar.gz | tar xvz
34+
cd codacy-analysis-cli-* && sudo make install
3735
```
3836

3937
### Windows
@@ -93,13 +91,6 @@ Finally, just type the following command and the installation will start
9391

9492
When Docker’s username is required, be sure to write the username and not the e-mail because depending on how you’ve created your docker account, they might be different.
9593

96-
### Others
97-
98-
```bash
99-
curl -L https://github.com/codacy/codacy-analysis-cli/archive/master.tar.gz | tar xvz
100-
cd codacy-analysis-cli-* && sudo make install
101-
```
102-
10394
## Usage
10495

10596
### Script

0 commit comments

Comments
 (0)