Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/src/developer/developer/building.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to build wire-server

As a prerequisiste install the [nix package manager](https://nixos.org/) and [direnv](https://direnv.net/).
As a prerequisiste install the [nix package manager](https://nixos.org/) and [direnv](https://direnv.net/). Follow [these instructions](https://wire-server.cachix.org) to setup the Nix cache which will save you many hours of building.

All following commands expect that you've entered the nix-provided build-environment by running `direnv allow`.

Expand Down