diff options
| author | BtcDrak <[email protected]> | 2016-03-09 09:20:16 +0000 |
|---|---|---|
| committer | BtcDrak <[email protected]> | 2016-03-09 09:20:16 +0000 |
| commit | ce41cf082c861cc8d333b811b3101d52d06f50ec (patch) | |
| tree | eb6c2f8c2bc13c0a00c32c93b18e92e8bf26c6e4 /doc/gitian-building.md | |
| parent | Merge #7628: QT: Add 'copy full transaction details' option (diff) | |
| download | discoin-ce41cf082c861cc8d333b811b3101d52d06f50ec.tar.xz discoin-ce41cf082c861cc8d333b811b3101d52d06f50ec.zip | |
Add curl to Gitian setup instrustions
curl is required to fetch dependencies
[ci skip]
Diffstat (limited to 'doc/gitian-building.md')
| -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 ``` |