From 9b5d0fb66c55387e8041eaaa1665ecb94515f302 Mon Sep 17 00:00:00 2001 From: Anton Latukha Date: Tue, 29 Sep 2020 14:57:39 +0000 Subject: [PATCH] [auto] upd README TOC --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e31261f..e676f2d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,19 @@ Haskell parser, evaluator and type checker for the Nix language. + + + +- [Prerequisites](#prerequisites) +- [Getting Started](#getting-started) +- [Using the REPL](#using-the-repl) +- [Cachix prebuild binary caches](#cachix-prebuild-binary-caches) +- [Building](#building) + - [With benchmarks](#with-benchmarks) + - [With profiling](#with-profiling) + - [With full debug info](#with-full-debug-info) +- [Contributing](#contributing) + - [Evaluating Nixpkgs with HNix](#evaluating-nixpkgs-with-hnix)