Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,25 @@ $ pkg_add vkquake

### FreeBSD

[FreeBSD](https://freebsd.org) includes vkQuake in the standard port/package repoistories since version [11.3](https://www.freebsd.org/releases/11.3R/announce).
[FreeBSD](https://freebsd.org) includes vkQuake in the ports collection since version [11.3](https://www.freebsd.org/releases/11.3R/announce).

If you're running `FreeBSD 11.3` or greater, you can install the package with:

```console
# pkg install vkquake
```

Alternatvely, you can build vkQuake with FreeBSD's port collection:
Alternatvely, you can build vkQuake using the ports framework:
```console
$ cd /usr/ports/games/vkquake
# make install
```

Place game assets in `/usr/local/share/quake/` where they will be detected automatically:
```console
$ cd ~/Downloads/; cp id1 hipnotic mg1 rogue ctf /usr/local/share/quake/
```

### Quake '2021 re-release'

vkQuake has support for playing the 2021 re-release content. Follow installation instructions as above but copy the files into the rerelease folder.
Expand Down