aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-03-14 12:24:15 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-03-14 12:24:22 +0100
commitc15eb28241848ac76d2fe0fa26d7d7ce4cd00409 (patch)
tree0f4b1324e618bc05b84f84faf2f4e1e04bef4653
parentc9a12657545f477961a2ecb2ccf3e3f00bc7f9f7 (diff)
parentce41cf082c861cc8d333b811b3101d52d06f50ec (diff)
downloadbitcoin-c15eb28241848ac76d2fe0fa26d7d7ce4cd00409.tar.xz
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 77882a1b94..54993d13a9 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
```