From c88c0f85daeac63120cf1c712453ce4dc6506002 Mon Sep 17 00:00:00 2001 From: milos-ljubinkovic Date: Tue, 6 Feb 2018 17:46:54 +0100 Subject: [PATCH] Update README.md Version bump --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a4ab622c..6884aadb6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Once the download has been completed, unpack the downloaded archive. The following command will automatically download and unpack the archive in the newly created `rabix` directory: ```sh -wget https://github.com/rabix/bunny/releases/download/v1.0.4-3/rabix-1.0.4.tar.gz -O rabix-1.0.4.tar.gz && tar -xvf rabix-1.0.4.tar.gz +wget https://github.com/rabix/bunny/releases/download/v1.0.4-4/rabix-1.0.4.tar.gz -O rabix-1.0.4.tar.gz && tar -xvf rabix-1.0.4.tar.gz ```