You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-11Lines changed: 2 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,9 @@ With a single command you can:
29
29
30
30
## Install
31
31
32
-
### MacOS
33
-
34
32
```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
+
cdcodacy-analysis-cli-*&& sudo make install
37
35
```
38
36
39
37
### Windows
@@ -93,13 +91,6 @@ Finally, just type the following command and the installation will start
93
91
94
92
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.
95
93
96
-
### Others
97
-
98
-
```bash
99
-
curl -L https://github.com/codacy/codacy-analysis-cli/archive/master.tar.gz | tar xvz
0 commit comments