Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 56ea3e8

Browse files
authored
Merge pull request #3343 from input-output-hk/devops-976/fix-md-indentation
[DEVOPS-976] Fix code indentation in Markdown doc
2 parents 92a28a2 + f9ca10d commit 56ea3e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/how-to/build-cardano-sl-and-daedalus-from-source-code.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ Two steps remain, then:
5353
$ sudo mkdir -p /etc/nix
5454
$ sudo vi /etc/nix/nix.conf # ..or any other editor, if you prefer
5555

56-
..and then add two following lines:
56+
and then add the following lines:
5757

58-
substituters = https://hydra.iohk.io https://cache.nixos.org/
59-
trusted-substituters =
60-
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
58+
substituters = https://hydra.iohk.io https://cache.nixos.org/
59+
trusted-substituters =
60+
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
6161

6262
2. Actually building the Cardano SL node (or, most likely, simply obtaining it
6363
from the IOHK's binary caches) can be performed by building the attribute `cardano-sl-node-static`:

0 commit comments

Comments
 (0)