From bc2b1c7f6d1bcc0c0ef57a6b645a55289a90da8c Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 1 May 2016 10:07:16 +0530 Subject: [PATCH] Remove references to Windows. --- README.md | 2 +- buku.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a322a9d..b6cb95a 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ You may need to use `sudo` with `PREFIX` depending on your permissions on destin - The SQLite3 database file is stored in: - **$XDG_DATA_HOME/buku/bookmarks.db**, if XDG_DATA_HOME is defined (first preference) or - **$HOME/.local/share/buku/bookmarks.db**, if HOME is defined (second preference) or - - the **current directory**, e.g. on Windows. + - the **current directory**. - Before version 1.9, `buku`stored its database in **$HOME/.cache/buku/bookmarks.db**. If the file exists, buku automatically moves it to new location. - It's advisable to copy URLs directly from the browser address bar, i.e., along with the leading `http://` or `https://` token. `buku` looks up title data (found within tags of HTML) from the web ONLY for fully-formed HTTP(S) URLs. - If the URL contains characters like `;`, `&` or brackets they may be interpreted specially by the shell. To avoid it, add the URL within single or double (`'`/`"`) quotes. diff --git a/buku.1 b/buku.1 index 8bb7fdc..38ed52a 100644 --- a/buku.1 +++ b/buku.1 @@ -20,7 +20,7 @@ is a command-line tool to save, tag and search bookmarks. The SQLite3 database file is stored in: - \fB$XDG_DATA_HOME/buku/bookmarks.db\fR, if XDG_DATA_HOME is defined (first preference) or - \fB$HOME/.local/share/buku/bookmarks.db\fR, if HOME is defined (second preference) or - - the \fBcurrent directory\fR, e.g. on Windows. + - the \fBcurrent directory\fR. .PP Before version 1.9, .B buku