mirror of
https://github.com/go-shiori/shiori.git
synced 2025-02-21 14:33:19 +08:00
Merge branch 'master' into README-fixes
This commit is contained in:
commit
3894574edb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue