Skip to content

Commit

Permalink
Merge pull request #135 from pfnet-research/update_readme
Browse files Browse the repository at this point in the history
update version in readme
  • Loading branch information
okdshin authored Oct 12, 2018
2 parents a14552e + e687282 commit b5c7fd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ This codebase contains C API and C++ API.
- For macOS user, [Homebrew tap repository](https://github.com/pfnet-research/homebrew-menoh) is available.
- For Ubuntu user, binary packages are available.
```
$ curl -LO https://github.com/pfnet-research/menoh/releases/download/v1.0.3/ubuntu1604_mkl-dnn_0.16-1_amd64.deb
$ curl -LO https://github.com/pfnet-research/menoh/releases/download/v1.0.3/ubuntu1604_menoh_1.0.3-1_amd64.deb
$ curl -LO https://github.com/pfnet-research/menoh/releases/download/v1.0.3/ubuntu1604_menoh-dev_1.0.3-1_amd64.deb
$ 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
$ sudo apt install ./ubuntu1604_*_amd64.deb
```
If you are using Ubuntu 18.04, please replace `1604` with `1804`.
Expand Down

0 comments on commit b5c7fd8

Please sign in to comment.