Skip to content

Commit

Permalink
chore(README): Update dev instructions for Arch Linux users
Browse files Browse the repository at this point in the history
  • Loading branch information
rathmerdominik committed Sep 18, 2024
1 parent 2de682a commit 37c86b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DEVELOPER_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ Then create the virtual environment
poetry install --sync
```

If you are on Archlinux you need to run the command as follows:

```sh
# https://bbs.archlinux.org/viewtopic.php?id=296542
CFLAGS="-Wno-error=incompatible-pointer-types" poetry install --sync # https://bbs.archlinux.org/viewtopic.php?id=296542
```

#### - Spin up mariadb in docker

```sh
Expand Down

0 comments on commit 37c86b1

Please sign in to comment.