Merge pull request #8 from skx/patch-1

Fix: Wrong go get in readme
This commit is contained in:
Radhi 2018-03-02 07:39:36 +07:00 committed by GitHub
commit bfa87b63c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl
You can download the latest version of `shiori` from the release page, then put it in your `PATH`. If you want to build from source, make sure `go` is installed, then run :
```
go get github.com/RadhiFadlillah/go-readability
go get github.com/RadhiFadlillah/shiori
```
## Usage