Skip to content

Commit

Permalink
Merge pull request #487 from codacy/mac-silicon-readme
Browse files Browse the repository at this point in the history
add docker mac silicon instructions
  • Loading branch information
jaimefjorge authored Sep 20, 2023
2 parents 0cd1551 + 489f3a0 commit 6dbaac8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ It’s also possible to add this variable to your .bashrc or .bash_profile files

```echo "export DOCKER_HOST=tcp://0.0.0.0:2375" >> ~/.bashrc```

### Mac

If you are using Apple silicon, please make sure to:
- Update Docker to the latest version
- Open Docker Settings
- Turn on `Use Rosetta for x86/amd64 emulation on Apple Silicon` (under _Features in development_)

#### Installing codacy-analysis-cli
At this point, codacy-analysis-cli is ready to be installed.
Expand Down Expand Up @@ -341,6 +347,7 @@ sbt codacyCoverage
- `4.0.0`: Rename `analyse` command to `analyze`. This is a breaking change if you are running the CLI by using the
[jar](#java) or [`sbt`](#local), but not if you are using the [provided script](#script).


## What is Codacy

[Codacy](https://www.codacy.com/) is an Automated Code Review Tool that monitors your technical debt, helps you improve your code quality, teaches best practices to your developers, and helps you save time in Code Reviews.
Expand Down

0 comments on commit 6dbaac8

Please sign in to comment.