Skip to content

Commit 77be642

Browse files
committed
Contributing.md - add Apple silicone instructions
1 parent 75d021c commit 77be642

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,12 @@ from JDBC driver classes definitions.
77
Running the tests or building the documentation site requires connection to the example Postgres docker contains,
88
which you can spin up using docker-compose:
99

10-
```
11-
docker-compose up -d --force-update
12-
```
13-
14-
or
15-
1610
```
1711
docker compose up -d --force-recreate
1812
```
1913

14+
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.
15+
2016
After that, in SBT you can run `test` to run tests, and `makeSite` to build the doc site
2117

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

0 commit comments

Comments
 (0)