From 620f85f9905ea1ba68cf27ba57829446f7f81a43 Mon Sep 17 00:00:00 2001 From: Pierre Boutillier Date: Tue, 6 Nov 2018 15:34:42 +0100 Subject: [PATCH] Update opam version in documentation --- docs/introduction/howtoget.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/introduction/howtoget.rst b/docs/introduction/howtoget.rst index 5f58b87bc..8678d5468 100644 --- a/docs/introduction/howtoget.rst +++ b/docs/introduction/howtoget.rst @@ -84,8 +84,8 @@ Build from sources :: 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 - sudo cp opam-2.0.0-x86_64-linux /usr/local/bin/opam + wget https://github.com/ocaml/opam/releases/download/2.0.1/opam-2.0.1-x86_64-linux + sudo cp opam-2.0.1-x86_64-linux /usr/local/bin/opam sudo chmod a+x /usr/local/bin/opam git clone https://gitlab.com/tezos/tezos.git cd tezos @@ -135,9 +135,7 @@ Install OPAM ~~~~~~~~~~~~ To compile Tezos, you need the `OPAM `__ -package manager, version *2.0.0*. This is the current latest -version of OPAM and our build script will always use the latest -released version (or prerelease) of OPAM. The build script will take +package manager, version *2.0*. The build script will take care of setting-up OPAM, download the right version of the OCaml compiler, and so on.