Updates README.md with some recommendations

This commit is contained in:
Kevin Gallagher 2016-10-17 14:12:28 -07:00
parent 191f52ed3e
commit 0ac8f95c82
1 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,9 @@ Requirements
4GB of RAM, at least two cores
It relies upon [Vagrant](https://www.vagrantup.com/downloads.html) and [VirtualBox](https://www.virtualbox.org/wiki/Linux_Downloads) plus [Ansible](https://www.ansible.com/), which can be installed via Python's [pip](https://bootstrap.pypa.io/get-pip.py). Try `sudo pip install -U ansible`.
It relies upon [Vagrant](https://www.vagrantup.com/) and [VirtualBox](https://www.virtualbox.org/) plus [Ansible](https://www.ansible.com/), which can be installed via Python's [pip](https://bootstrap.pypa.io/get-pip.py). Try `sudo pip install -U ansible`.
If you use Linux, then we recommend obtaining VirtualBox through your package manager instead of the Oracle website.
If you use Linux, then we recommend obtaining VirtualBox through your package manager instead of the Oracle website. Grab the latest version of Vagrant from [their website](https://www.vagrantup.com/downloads.html).
How to get started
------------------
@ -58,7 +58,7 @@ Building Zcash
The output from `gbuild` is informative. There are some common warnings which can be ignored, e.g. if you get an intermittent privileges error related to LXC then just execute the script again. The most important thing is that one reaches the step which says `Running build script (log in var/build.log)`. If not, then something else is wrong and you should let us know.
Take a look at the variables near the top of `~/gitian-build.sh` and get familiar with its functioning, as it can handle most tasks.
Take a look at the variables near the top of `~/gitian-build.sh` and get familiar with its functioning, as it can handle most tasks. It's also a good idea to `git pull` on this repository in order to obtain updates (while using `git stash` to save one's customizations to `gitian.yml`) and re-run the entire VM provisioning for each release to ensure current and consistent state for your builder.
Generating and uploading signatures
-----------------------------------