From 4f2cd21ddaef8bb69859c416052208350ff4ca24 Mon Sep 17 00:00:00 2001 From: Radhi Fadlillah Date: Mon, 5 Mar 2018 07:21:05 +0700 Subject: [PATCH] Update readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 20fed7ac..4a169a0d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl - [Features](#features) - [Installation](#installation) - [Usage](#usage) +- [Advanced](#advanced) - [Examples](#examples) - [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 ``` -### 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 ``` @@ -61,6 +58,10 @@ Flags: 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 1. Save new bookmark with tags "nature" and "climate-change".