Skip to content

Commit

Permalink
Contributing.md - add Apple silicone instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jatcwang committed Nov 30, 2024
1 parent 75d021c commit 77be642
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ from JDBC driver classes definitions.
Running the tests or building the documentation site requires connection to the example Postgres docker contains,
which you can spin up using docker-compose:

```
docker-compose up -d --force-update
```

or

```
docker compose up -d --force-recreate
```

Note: If you're using Apple Silicone Macbooks, you need to enable "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" since there is no ARM64 image for postgis yet.

After that, in SBT you can run `test` to run tests, and `makeSite` to build the doc site

If you're editing code generation related code, you should reload the SBT project and then run the `freeGen2` SBT task
Expand Down

0 comments on commit 77be642

Please sign in to comment.