Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

docs: added void linux installation #488

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@ contact the package maintainer first.

- [VipreML Overlay](https://github.com/viperML/viperML-overlay/)

#### Void Linux

- [Official Repo](https://voidlinux.pkgs.org/current/voidlinux-main-x86_64/bismuth-3.1.4_1.x86_64.xbps.html)

```sh
sudo xbps-install -S bismuth
```

#### From Source

- [See Dev Docs](CONTRIBUTING.md)
Expand Down