Merge branch 'master' into README-fixes

This commit is contained in:
Radhi 2018-03-02 09:40:29 +07:00 committed by GitHub
commit 3894574edb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl
- Basic bookmarks management i.e. add, edit and delete.
- Search bookmarks by their title, tags, url and page content.
- Import and export bookmarks from and to Netscape Bookmark file.
- Portable, thanks to its single binary format and sqlite3 database.
- Portable, thanks to its single binary format and sqlite3 database
- Simple web interface for those who don't want to use a command line app.
- Where possible, by default `shiori` will download a static copy of the webpage in simple text and HTML format, which later can be used as an offline archive for that page.
@ -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