Skip to content

Commit 0697836

Browse files
committed
README: add Contents TOC
1 parent e8e326b commit 0697836

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@
1010

1111
Haskell parser, evaluator and type checker for the Nix language.
1212

13+
## Contents
14+
15+
<!-- TOC -->
16+
- [Prerequisites](#prerequisites)
17+
- [Getting Started](#getting-started)
18+
- [Using the REPL](#using-the-repl)
19+
- [Building with full debug info](#building-with-full-debug-info)
20+
- [Building with benchmarks enabled](#building-with-benchmarks-enabled)
21+
- [Building with profiling enabled](#building-with-profiling-enabled)
22+
- [Using the Cachix binary cache](#using-the-cachix-binary-cache)
23+
- [Contributing](#contributing)
24+
- [Evaluating Nixpkgs with HNix](#evaluating-nixpkgs-with-hnix)
25+
<!-- /TOC -->
26+
1327
## Prerequisites
1428
Until `hnix-store` is ready, `nix-store` is still used for interacting with the store paths, so Nix is still required installed and available through `$PATH`.
1529

0 commit comments

Comments
 (0)