Skip to content

Commit

Permalink
Bump up to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneDot committed Apr 4, 2019
1 parent 127901e commit f2f7d5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "regtail"
version = "0.0.3"
version = "0.1.0"
authors = ["Hiroaki Goto <[email protected]>"]
edition = "2018"

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,17 @@ brew install regtail
### Binary
```bash
# Linux x86_64
wget https://github.com/StoneDot/regtail/releases/download/v0.0.3/regtail-v0.0.3-x86_64-unknown-linux-gnu.tar.gz
tar zxf regtail-v0.0.3-x86_64-unknown-linux-gnu.tar.gz
cd regtail-v0.0.3-x86_64-unknown-linux-gnu
wget https://github.com/StoneDot/regtail/releases/download/v0.1.0/regtail-v0.1.0-x86_64-unknown-linux-gnu.tar.gz
tar zxf regtail-v0.1.0-x86_64-unknown-linux-gnu.tar.gz
cd regtail-v0.1.0-x86_64-unknown-linux-gnu
sudo cp regtail /usr/local/bin
```

### Source build
```bash
wget https://github.com/StoneDot/regtail/archive/v0.0.3.tar.gz
tar zxf v0.0.3.tar.gz
cd regtail-0.0.3
wget https://github.com/StoneDot/regtail/archive/v0.1.0.tar.gz
tar zxf v0.1.0.tar.gz
cd regtail-0.1.0
cargo install --root $HOME --path .
export PATH="$HOME/bin:$PATH"
```

0 comments on commit f2f7d5f

Please sign in to comment.