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

Commit a83a164

Browse files
Update 000_install.md
1 parent 6ef86d6 commit a83a164

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

node-setup/000_install.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ Download and install GHC:
9595
Install Libsodium
9696
git clone https://github.com/input-output-hk/libsodium
9797

98-
cd libsodium
99-
git checkout 66f017f1
100-
./autogen.sh
101-
./configure
102-
make
103-
sudo make install
104-
105-
export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
98+
cd libsodium
99+
git checkout 66f017f1
100+
./autogen.sh
101+
./configure
102+
make
103+
sudo make install
104+
105+
export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
106106

107107

108108
## Download the source code for cardano-node

0 commit comments

Comments
 (0)