Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bodji committed Dec 23, 2016
1 parent 1842df6 commit d44bb58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# THE SOFTWARE.
###

RELEASE_VERSION="1.2-RC3"
RELEASE_VERSION="1.2"
RELEASE_DIR="release/plik-$(RELEASE_VERSION)"
RELEASE_TARGETS=darwin-386 darwin-amd64 freebsd-386 \
freebsd-amd64 linux-386 linux-amd64 linux-arm openbsd-386 \
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ Plik is a scalable & friendly temporary file upload system ( wetransfer like ) i
- Upload restriction : Source IP / Token

### Version
1.2-RC3
1.2

### Installation

##### From release
To run plik, it's very simple :
```sh
$ wget https://github.com/root-gg/plik/releases/download/1.2-RC3/plik-1.2-RC3-linux-64bits.tar.gz
$ tar xzvf plik-1.2-RC3-linux-64bits.tar.gz
$ cd plik-1.2-RC3/server
$ wget https://github.com/root-gg/plik/releases/download/1.2/plik-1.2-linux-64bits.tar.gz
$ tar xzvf plik-1.2-linux-64bits.tar.gz
$ cd plik-1.2/server
$ ./plikd
```
Et voilà ! You now have a fully functional instance of plik running on http://127.0.0.1:8080.
Expand Down

0 comments on commit d44bb58

Please sign in to comment.