Skip to content

Commit

Permalink
Update version to 1.1-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles-Antoine Mathieu committed Sep 23, 2015
1 parent 13d3b32 commit 0aac980
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.1"
RELEASE_VERSION="1.1-RC1"
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 @@ -19,16 +19,16 @@ Plik is an simple and powerful file uploading system written in golang.
- Comments : Add custom message (in Markdown format)

### Version
1.1
1.1-RC1

### Installation

##### From release
To run plik, it's very simple :
```sh
$ wget https://github.com/root-gg/plik/releases/download/1.1/plik-1.1.tar.gz
$ tar xvf plik-1.1.tar.gz
$ cd plik-1.1/server
$ wget https://github.com/root-gg/plik/releases/download/1.1/plik-1.1-RC1.tar.gz
$ tar xvf plik-1.1-RC1.tar.gz
$ cd plik-1.1-RC1/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 0aac980

Please sign in to comment.