Skip to content

Commit

Permalink
Update the version number from 1.0.3 to 1.0.4 in README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo committed Oct 2, 2016
1 parent 9f14f8e commit 03f81bd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Installation

### Install from a tar-ball

Download snzip-1.0.3.tar.gz from https://bintray.com/kubo/generic/snzip,
Download snzip-1.0.4.tar.gz from https://bintray.com/kubo/generic/snzip,
uncompress and untar it, and run configure.

tar xvfz snzip-1.0.3.tar.gz
cd snzip-1.0.3
tar xvfz snzip-1.0.4.tar.gz
cd snzip-1.0.4
./configure

If you didn't install snappy under `/usr` or `/usr/local`, you need to specify
Expand All @@ -40,8 +40,8 @@ the location by `--with-snappy` as follows.
cd ..

# install snzip
tar xvfz snzip-1.0.3.tar.gz
cd snzip-1.0.3
tar xvfz snzip-1.0.4.tar.gz
cd snzip-1.0.4
./configure --with-snappy=/usr/local/snappy

You can use `--with-default-format` to change the default compression format.
Expand All @@ -50,12 +50,12 @@ You can use `--with-default-format` to change the default compression format.

### Install as a rpm package

We don't provide rpm packages. You need to download snzip-1.0.3.tar.gz
We don't provide rpm packages. You need to download snzip-1.0.4.tar.gz
from https://bintray.com/kubo/generic/snzip, create a rpm package as follows and
install it.

# The rpm package will be created under $HOME/rpmbuild/RPMS.
rpmbuild -tb snzip-1.0.3.tar.gz
rpmbuild -tb snzip-1.0.4.tar.gz

### Install from the latest source

Expand All @@ -68,7 +68,7 @@ To use source code in the github repository.

### Install a Windows package.

Download `snzip-1.0.3-win32.zip` or `snzip-1.0.3-win64.zip` from
Download `snzip-1.0.4-win32.zip` or `snzip-1.0.4-win64.zip` from
https://bintray.com/kubo/generic/snzip and copy `snzip.exe` and `snunzip.exe`
to a directory in the PATH environment variable.

Expand Down

0 comments on commit 03f81bd

Please sign in to comment.