Skip to content

Commit fd1a6e0

Browse files
committed
Refine Building.md
1 parent 8a1a542 commit fd1a6e0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Building.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,17 @@ Building from source
1111

1212
bash <(curl -L https://nixos.org/nix/install)
1313

14-
3. (Optional, but saves building time:) Install the Cachix tool, and enable
15-
the tttool cache.
14+
3. Install the Cachix tool, and enable the tttool cache.
1615

1716
nix-env -iA cachix -f https://cachix.org/api/v1/install
1817
cachix use tttool
1918

19+
(This step is optional, but will save a lot of time.)
20+
2021
4. Build `tttool`:
2122

2223
nix-build -A linux-exe
2324

24-
The first time this can take a long time. Run it over night.
25-
2625
5. Copy the resulting program to the current directory:
2726

2827
cp result/bin/tttool .

0 commit comments

Comments
 (0)