Skip to content

Commit

Permalink
release v2.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
nnao45 committed Jun 6, 2019
1 parent 8ae65f0 commit 9d3d29a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# dntk
[![Travis CI](https://travis-ci.org/nnao45/dntk.svg?branch=master)](https://travis-ci.org/nnao45/dntk)
[![v2.1.15](https://img.shields.io/badge/package-v2.1.15-ff69b4.svg)](https://github.com/nnao45/dntk/releases/tag/v2.1.15)
[![crates](https://img.shields.io/badge/crates.io-v2.1.15-319e8c.svg)](https://crates.io/crates/dntk)
[![docker](https://img.shields.io/badge/docker-v2.1.15-blue.svg)](https://hub.docker.com/r/nnao45/dntk/tags)
[![v2.1.16](https://img.shields.io/badge/package-v2.1.16-ff69b4.svg)](https://github.com/nnao45/dntk/releases/tag/v2.1.16)
[![crates](https://img.shields.io/badge/crates.io-v2.1.16-319e8c.svg)](https://crates.io/crates/dntk)
[![docker](https://img.shields.io/badge/docker-v2.1.16-blue.svg)](https://hub.docker.com/r/nnao45/dntk/tags)
[![license](http://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://raw.githubusercontent.com/nnao45/dntk/master/LICENSE)
[![platform](https://img.shields.io/badge/platform-%20osx%20|%20linux%20|%20freebsd%20|%20windows-orange.svg)](https://github.com/nnao45/dntk/releases)

Expand Down Expand Up @@ -37,7 +37,7 @@ dntk is command line's multi-platform ***Interactive*** calculator, [GNU bc](htt
</tr>
</table>

## ***Current dntk's version: v2.1.15***
## ***Current dntk's version: v2.1.16***
Download Page: https://github.com/nnao45/dntk/releases/latest

## Platform
Expand All @@ -58,20 +58,20 @@ $ brew install nnao45/dntk/dntk

### Linux
```bash
$ wget https://github.com/nnao45/dntk/releases/download/v2.1.15/dntk-v2.1.15-x86_64-unknown-linux-musl.zip
$ unzip dntk-v2.1.15-x86_64-unknown-linux-musl.zip
$ wget https://github.com/nnao45/dntk/releases/download/v2.1.16/dntk-v2.1.16-x86_64-unknown-linux-musl.zip
$ unzip dntk-v2.1.16-x86_64-unknown-linux-musl.zip
```

### Windows
```bash
$ wget https://github.com/nnao45/dntk/releases/download/v2.1.15/dntk-v2.1.15-x86_64-pc-windows-msvc.zip
$ unzip dntk-v2.1.15-x86_64-pc-windows-msvc.zip
$ wget https://github.com/nnao45/dntk/releases/download/v2.1.16/dntk-v2.1.16-x86_64-pc-windows-msvc.zip
$ unzip dntk-v2.1.16-x86_64-pc-windows-msvc.zip
```

### FreeBSD
```bash
$ wget https://github.com/nnao45/dntk/releases/download/v2.1.15/dntk-v2.1.15-x86_64-unknown-freebsd.zip
$ unzip dntk-v2.1.15-x86_64-unknown-freebsd.zip
$ wget https://github.com/nnao45/dntk/releases/download/v2.1.16/dntk-v2.1.16-x86_64-unknown-freebsd.zip
$ unzip dntk-v2.1.16-x86_64-unknown-freebsd.zip
```

### Cargo
Expand Down

0 comments on commit 9d3d29a

Please sign in to comment.