Skip to content

Commit

Permalink
Merge pull request #136 from Philippus/issue-91/add-note-to-readme
Browse files Browse the repository at this point in the history
Add note on Apple Silicon (M1 chips)
  • Loading branch information
Philippus committed Mar 29, 2022
2 parents cbb44a4 + e61902d commit 1eb8752
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ addSbtPlugin("au.com.onegeek" % "sbt-dotenv" % "2.1.204")
```
That's it - as soon as you start using sbt the environment is prepared.

### Apple Silicon (M1 chips)

When on Apple Silicon (M1 chips), make sure to use sbt 1.6.0 or higher.

## Usage

Create a .env file in the root of your project with some environment specific settings. For example, you might want to set a Mongo DB port to 17017 if it's installed by Homebrew.
Expand Down

0 comments on commit 1eb8752

Please sign in to comment.