Skip to content

Commit

Permalink
Update readme with supported environments
Browse files Browse the repository at this point in the history
Issue: CW-1315
  • Loading branch information
diegobernardes committed Feb 6, 2025
1 parent f6c6d12 commit 1829ea1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ go build
go test -race
```

## Working with unsupported environments
It is possible to run this project locally on unsupported environments, operating system and CPU architecture, with the following command:
```shell
docker run --rm -it --platform linux/amd64 -v ${PWD}:/code -w /code golang:1.23.6
```
## Supported environments
- Linux amd64
- MacOS arm64

## Updating the native libraries
To update MuPDF or jemalloc simply change its version at `misc/{library}/version` and submit the change at a pull request. GitHub Actions will then trigger the process of updating the library and headers through a series of commits at the pull request branch.
Expand Down

0 comments on commit 1829ea1

Please sign in to comment.