Update readme

This commit is contained in:
Radhi Fadlillah 2018-03-05 07:21:05 +07:00
parent c208894bb6
commit 4f2cd21dda

View file

@ -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".