From 5da95ec5f79442dd7ee5b2b7d5a93fef00c6f546 Mon Sep 17 00:00:00 2001 From: Thomas Mangin Date: Wed, 4 Sep 2024 10:16:44 +0100 Subject: [PATCH] use 4.22, the latest release --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e0a5c544a..395a01fa9 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,10 @@ In case of issues, we are asking users to run the latest code directly for a loc > ./bin/healthcheck --help ``` -It is then possible to change git to use any release (here 4.2.18) +It is then possible to change git to use any release (here 4.2.22) ```sh -> git checkout 4.2.18 +> git checkout 4.2.22 > ./sbin/exabgp --version ``` @@ -86,9 +86,9 @@ The latest version is available on [`pypi`](https://pypi.python.org/pypi), the P It is also possible to download releases from GitHub ```sh -> curl -L https://github.com/Exa-Networks/exabgp/archive/4.2.18.tar.gz | tar zx +> curl -L https://github.com/Exa-Networks/exabgp/archive/4.2.22.tar.gz | tar zx -> cd exabgp-4.2.18 +> cd exabgp-4.2.22 > ./sbin/exabgp --version > ./sbin/exabgp --help