Update opam version in documentation

This commit is contained in:
Pierre Boutillier 2018-11-06 15:34:42 +01:00 committed by Grégoire Henry
parent 7a631f5f3c
commit 620f85f990
No known key found for this signature in database
GPG Key ID: 50D984F20BD445D2

View File

@ -84,8 +84,8 @@ Build from sources
:: ::
sudo apt install -y rsync git m4 build-essential patch unzip bubblewrap wget sudo apt install -y rsync git m4 build-essential patch unzip bubblewrap wget
wget https://github.com/ocaml/opam/releases/download/2.0.0/opam-2.0.0-x86_64-linux wget https://github.com/ocaml/opam/releases/download/2.0.1/opam-2.0.1-x86_64-linux
sudo cp opam-2.0.0-x86_64-linux /usr/local/bin/opam sudo cp opam-2.0.1-x86_64-linux /usr/local/bin/opam
sudo chmod a+x /usr/local/bin/opam sudo chmod a+x /usr/local/bin/opam
git clone https://gitlab.com/tezos/tezos.git git clone https://gitlab.com/tezos/tezos.git
cd tezos cd tezos
@ -135,9 +135,7 @@ Install OPAM
~~~~~~~~~~~~ ~~~~~~~~~~~~
To compile Tezos, you need the `OPAM <https://opam.ocaml.org/>`__ To compile Tezos, you need the `OPAM <https://opam.ocaml.org/>`__
package manager, version *2.0.0*. This is the current latest package manager, version *2.0*. The build script will take
version of OPAM and our build script will always use the latest
released version (or prerelease) of OPAM. The build script will take
care of setting-up OPAM, download the right version of the OCaml care of setting-up OPAM, download the right version of the OCaml
compiler, and so on. compiler, and so on.