diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-03-14 12:24:15 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-03-14 12:24:22 +0100 |
| commit | c15eb28241848ac76d2fe0fa26d7d7ce4cd00409 (patch) | |
| tree | 0f4b1324e618bc05b84f84faf2f4e1e04bef4653 /doc | |
| parent | Merge #7670: use cached block hash in blockToJSON() (diff) | |
| parent | Add curl to Gitian setup instrustions (diff) | |
| download | discoin-c15eb28241848ac76d2fe0fa26d7d7ce4cd00409.tar.xz discoin-c15eb28241848ac76d2fe0fa26d7d7ce4cd00409.zip | |
Merge #7658: Add curl to Gitian setup instructions
ce41cf0 Add curl to Gitian setup instrustions (BtcDrak)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/gitian-building.md | 2 |
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 ``` |