Update README.md

Changed the installation from source instructions, to use the correct repository.
This commit is contained in:
Steve Kemp 2018-03-01 16:28:29 +02:00 committed by GitHub
parent c509795d56
commit de876f9175
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