Skip to content

Commit ddba46d

Browse files
Merge pull request #452 from mxaddict/patch-1
Added a short bash command for dependencies to build-unix.md
2 parents 0c57840 + 32b7116 commit ddba46d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/build-unix.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ Some notes on how to build NavCoin Core in Unix.
77

88
## Building in Ubuntu 18.04
99

10-
You can easily build the dependencies by running the [NavCoin dev tools script here](https://github.com/NAVCoin/navcoin-dev-tools/blob/master/ubuntu-18.04-navcoin-core-dev-setup.sh).
10+
You can easily build the dependencies by running the [NavCoin dev tools script](https://github.com/NAVCoin/navcoin-dev-tools/blob/master/ubuntu-18.04-navcoin-core-dev-setup.sh) using the command bellow.
11+
12+
```bash
13+
curl -o- https://raw.githubusercontent.com/NAVCoin/navcoin-dev-tools/master/ubuntu-18.04-navcoin-core-dev-setup.sh | bash
14+
```
1115

1216
From the navcoin-core directory, you will still need to:
1317
```bash

0 commit comments

Comments
 (0)