From 42b8273fca070d1a4d1a3a8e60d70ce5053ef3ce Mon Sep 17 00:00:00 2001 From: Shintarou Okada Date: Fri, 12 Oct 2018 19:11:07 +0900 Subject: [PATCH] fix version in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0427c44..d449458 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ This codebase contains C API and C++ API. - For Ubuntu user, binary packages are available. ``` $ curl -LO https://github.com/pfnet-research/menoh/releases/download/v1.1.0/ubuntu1604_mkl-dnn_0.16-1_amd64.deb - $ curl -LO https://github.com/pfnet-research/menoh/releases/download/v1.1.0/ubuntu1604_menoh_1.0.3-1_amd64.deb - $ curl -LO https://github.com/pfnet-research/menoh/releases/download/v1.1.0/ubuntu1604_menoh-dev_1.0.3-1_amd64.deb + $ curl -LO https://github.com/pfnet-research/menoh/releases/download/v1.1.0/ubuntu1604_menoh_1.1.0-1_amd64.deb + $ curl -LO https://github.com/pfnet-research/menoh/releases/download/v1.1.0/ubuntu1604_menoh-dev_1.1.0-1_amd64.deb $ sudo apt install ./ubuntu1604_*_amd64.deb ``` If you are using Ubuntu 18.04, please replace `1604` with `1804`.