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

Commit

Permalink
Merge pull request #3343 from input-output-hk/devops-976/fix-md-inden…
Browse files Browse the repository at this point in the history
…tation

[DEVOPS-976] Fix code indentation in Markdown doc
  • Loading branch information
disassembler authored Aug 3, 2018
2 parents 92a28a2 + f9ca10d commit 56ea3e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/how-to/build-cardano-sl-and-daedalus-from-source-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ Two steps remain, then:
$ sudo mkdir -p /etc/nix
$ sudo vi /etc/nix/nix.conf # ..or any other editor, if you prefer

..and then add two following lines:
and then add the following lines:

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

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

0 comments on commit 56ea3e8

Please sign in to comment.