Skip to content

Commit

Permalink
chore(DEVELOPER_SETUP): Remove duplicate info link, change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
rathmerdominik committed Sep 18, 2024
1 parent 37c86b1 commit 4e4f4f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPER_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ Then create the virtual environment
poetry install --sync
```

If you are on Archlinux you need to run the command as follows:
If you are on Arch Linux or another Arch-based distro, 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
CFLAGS="-Wno-error=incompatible-pointer-types" poetry install --sync
```

#### - Spin up mariadb in docker
Expand Down

0 comments on commit 4e4f4f9

Please sign in to comment.