Skip to content

Commit 7bc6312

Browse files
authored
Updated README for required K version. (#929)
This PR makes a minor edit to README.md regarding the required K version.
1 parent 6abd969 commit 7bc6312

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ Also included is the `kmir` tool, a python script that acts as a front-end to th
99

1010
### KMIR Setup
1111

12-
Pre-requisites: `python >= 3.10`, [`uv`](https://docs.astral.sh/uv/), `pip >= 20.0.2`, `gcc >= 11.4.0`, `cargo == nightly-2024-11-29`, `k >= v7.1.205`. To install K, follow the steps available in [K's Quick Start instructions](https://github.com/runtimeverification/k?tab=readme-ov-file#quick-start).
12+
Pre-requisites:
13+
- `python >= 3.10`
14+
- [`uv`](https://docs.astral.sh/uv/)
15+
- `pip >= 20.0.2`
16+
- `gcc >= 11.4.0`
17+
- `cargo == nightly-2024-11-29`
18+
- K. The required K version is specified in `deps/k_release`. To install K, follow the steps available in [K's Quick Start instructions](https://github.com/runtimeverification/k?tab=readme-ov-file#quick-start).
1319

1420
```bash
1521
make build

0 commit comments

Comments
 (0)