aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-03-14 12:24:15 +0100
committerWladimir J. van der Laan <[email protected]>2016-03-14 12:24:22 +0100
commitc15eb28241848ac76d2fe0fa26d7d7ce4cd00409 (patch)
tree0f4b1324e618bc05b84f84faf2f4e1e04bef4653
parentMerge #7670: use cached block hash in blockToJSON() (diff)
parentAdd curl to Gitian setup instrustions (diff)
downloaddiscoin-c15eb28241848ac76d2fe0fa26d7d7ce4cd00409.tar.xz
discoin-c15eb28241848ac76d2fe0fa26d7d7ce4cd00409.zip
Merge #7658: Add curl to Gitian setup instructions
ce41cf0 Add curl to Gitian setup instrustions (BtcDrak)
-rw-r--r--doc/gitian-building.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gitian-building.md b/doc/gitian-building.md
index 77882a1b9..54993d13a 100644
--- a/doc/gitian-building.md
+++ b/doc/gitian-building.md
@@ -252,7 +252,7 @@ First we need to log in as `root` to set up dependencies and make sure that our
user can use the sudo command. Type/paste the following in the terminal:
```bash
-apt-get install git ruby sudo apt-cacher-ng qemu-utils debootstrap lxc python-cheetah parted kpartx bridge-utils make ubuntu-archive-keyring
+apt-get install git ruby sudo apt-cacher-ng qemu-utils debootstrap lxc python-cheetah parted kpartx bridge-utils make ubuntu-archive-keyring curl
adduser debian sudo
```