Skip to content

Commit 100a22d

Browse files
committed
README.md: fx Building section rank
1 parent 407e30f commit 100a22d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,17 @@ env ALL_TESTS=yes cabal v2-test
100100
env NIXPKGS_TESTS=yes PRETTY_TESTS=1 cabal v2-test
101101
```
102102

103-
### Building the project
103+
#### Building the project
104104

105-
#### With benchmarks
105+
##### With benchmarks
106106

107107
To run benchmarks:
108108

109109
```
110110
cabal v2-bench
111111
```
112112

113-
#### With profiling
113+
##### With profiling
114114

115115
To build `hnix` with profiling enabled:
116116

@@ -119,7 +119,7 @@ cabal v2-configure --enable-tests --enable-profiling --flags=profiling
119119
cabal v2-run hnix -- <args> +RTS -p
120120
```
121121

122-
#### With full debug info
122+
##### With full debug info
123123

124124
To build `hnix` for debugging, with full tracing output and stack traces:
125125

@@ -131,7 +131,7 @@ cabal v2-run hnix -- -v5 --trace <args> +RTS -xc
131131
Note that this going to run quite slowly, but would give the most information as to what happens during parsing & evaluation.
132132

133133

134-
### Run HNix:
134+
#### Run HNix
135135
```
136136
cabal v2-run hnix -- --help
137137
```

0 commit comments

Comments
 (0)