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
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ If you feel like helping us test the latest and greatest changes beta builds are

### Community Support Alternatives

#### Chocolatey

[Chocolatey](https://chocolatey.org)

You can also install the latest version via Chocolatey package manager:
Expand All @@ -41,6 +43,16 @@ You can also install the latest version via Chocolatey package manager:
choco install wowup
```

#### Nix

A nix package can be found on [nixpkgs](https://search.nixos.org/packages?channel=unstable&show=wowup-cf&from=0&size=50&sort=relevance&type=packages&query=wowup).

You can try it out with:

```bash
nix-shell -p wowup-cf
```

## Contributing

We welcome any and all contributions from translations to feature pull requests.
Expand Down