Skip to content

Commit 441a1e0

Browse files
Mention the Nix binary cache for faster builds. (#2085)
* Mention the Nix binary cache for faster builds. See #1074. * Use proper markdown-syntax for links Co-authored-by: rv-jenkins <admin@runtimeverification.com>
1 parent ac539ab commit 441a1e0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The rest of this file assumes you intend to build and install the K Framework
3333
from source.
3434

3535
Note that the K Framework can only be built on (x86-64) Linux-like systems,
36-
e.g., this also includies macOS/brew (x86-64) as well as the Windows Subsystem
36+
e.g., this also includes macOS/brew (x86-64) as well as the Windows Subsystem
3737
for Linux.
3838
All 32-bit systems are **not supported**.
3939
See the
@@ -186,6 +186,11 @@ should be installed.
186186

187187
## Building with Nix
188188

189+
By default, Nix will build the project and its transitive dependencies from
190+
source, which can take up to an hour. We recommend setting up
191+
[the binary cache](https://app.cachix.org/cache/kore) to speed up the build
192+
process significantly.
193+
189194
To build the K Framework itself, run:
190195

191196
```bash

0 commit comments

Comments
 (0)