mirror of
https://github.com/go-shiori/shiori.git
synced 2025-02-24 16:04:55 +08:00
Update readme
This commit is contained in:
parent
c208894bb6
commit
4f2cd21dda
1 changed files with 5 additions and 4 deletions
|
@ -9,6 +9,7 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl
|
||||||
- [Features](#features)
|
- [Features](#features)
|
||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [Usage](#usage)
|
- [Usage](#usage)
|
||||||
|
- [Advanced](#advanced)
|
||||||
- [Examples](#examples)
|
- [Examples](#examples)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
|
|
||||||
|
@ -30,10 +31,6 @@ You can download the latest version of `shiori` from the release page, then put
|
||||||
go get github.com/RadhiFadlillah/go-readability
|
go get github.com/RadhiFadlillah/go-readability
|
||||||
```
|
```
|
||||||
|
|
||||||
### Advanced
|
|
||||||
|
|
||||||
You can provide a path to the created SQLite database. To do this, set the environment variable `ENV_SHIORI_DB` to the desired path.
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -61,6 +58,10 @@ Flags:
|
||||||
Use "shiori [command] --help" for more information about a command.
|
Use "shiori [command] --help" for more information about a command.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Advanced
|
||||||
|
|
||||||
|
By default, `shiori` will create database in the location where you run it. For example, if you run `shiori`. To set the database to a specific location, you can set the environment variable `ENV_SHIORI_DB` to your desired path.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
1. Save new bookmark with tags "nature" and "climate-change".
|
1. Save new bookmark with tags "nature" and "climate-change".
|
||||||
|
|
Loading…
Reference in a new issue