From fabe8ca4abb2cf6f988a1ee29b87d409fb56e189 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 13 Aug 2017 09:56:39 +0530 Subject: [PATCH] Update note on attached packages --- README.md | 22 +++++++++------------- buku.1 | 4 ++-- 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index a6f56ae..85cfc26 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ - [Installing with a package manager](#installing-with-a-package-manager) - [Installing from this repository](#installing-from-this-repository) - [Running as a standalone utility](#running-as-a-standalone-utility) - - [Debian package](#debian-package) + - [Attached packages](#attached-packages) - [Shell completion](#shell-completion) - [Usage](#usage) - [Cmdline options](#cmdline-options) @@ -63,7 +63,7 @@ PRs are welcome. Please visit [#174](https://github.com/jarun/Buku/issues/174) f ### Features - Lightweight, clean interface -- Text editor integration +- Flexible text editor integration - Fetch page title, add tags and comments - Multiple search modes (e.g. `deep`, `regex`) - Continuous search at prompt, on the fly mode switch @@ -74,7 +74,7 @@ PRs are welcome. Please visit [#174](https://github.com/jarun/Buku/issues/174) f - Password protection (manual) - Portable, merge-able database to sync between systems - Multithreaded full DB refresh -- Shell completion scripts, man page with examples +- Shell completion scripts, man page with handy examples ### Installation @@ -97,18 +97,18 @@ or on Ubuntu: #### Installing with a package manager -- [PyPi](https://pypi.python.org/pypi/buku/) (`sudo pip3 install buku`) - [AUR](https://aur.archlinux.org/packages/buku/) -- [Homebrew](http://braumeister.org/formula/buku) - [Debian](https://packages.debian.org/search?keywords=buku&searchon=names&exact=1) +- [Homebrew](http://braumeister.org/formula/buku) +- [NixOS](https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/misc/buku) (`sudo nix-env -i buku`) +- [PyPi](https://pypi.python.org/pypi/buku/) (`sudo pip3 install buku`) - [Ubuntu](http://packages.ubuntu.com/search?keywords=buku&searchon=names&exact=1) - [Ubuntu PPA](https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/) - [Void Linux](https://github.com/voidlinux/void-packages/tree/master/srcpkgs/buku) (`sudo xbps-install -S buku`) -- [NixOS](https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/misc/buku) (`sudo nix-env -i buku`) #### Installing from this repository -If you have git installed, clone this repository. Otherwise download the latest [stable release](https://github.com/jarun/Buku/releases/latest) or [development version](https://github.com/jarun/Buku/archive/master.zip) (*risky*). +If you have git installed, clone this repository. Otherwise download the [latest stable release](https://github.com/jarun/Buku/releases/latest) or [development version](https://github.com/jarun/Buku/archive/master.zip) (*risky*). Install to default location (`/usr/local`): @@ -126,13 +126,9 @@ To remove, run: $ chmod +x buku.py $ ./buku.py -##### Debian package +##### Attached packages -If you are on a Debian (including Ubuntu) based system visit [the latest stable release](https://github.com/jarun/Buku/releases/latest) and download the `.deb` package. To install, run: - - $ sudo dpkg -i buku-$version-all.deb - -Please substitute `$version` with the appropriate package version. +Packages for Arch Linux, CentOS, Fedora and Ubuntu are available with the [latest stable release](https://github.com/jarun/Buku/releases/latest). ### Shell completion diff --git a/buku.1 b/buku.1 index f1833f2..baf8ae4 100644 --- a/buku.1 +++ b/buku.1 @@ -10,7 +10,7 @@ is a command-line utility to store, tag, search and organize bookmarks. .B Features .PP * Lightweight, clean interface - * Text editor integration + * Flexible text editor integration * Fetch page title, add tags and comments * Multiple search modes (e.g. \fIdeep\fR, \fIregex\fR) * Continuous search at prompt, on the fly mode switch @@ -21,7 +21,7 @@ is a command-line utility to store, tag, search and organize bookmarks. * Password protection (manual) * Portable, merge-able database to sync between systems * Multithreaded full DB refresh - * Shell completion scripts, man page with examples + * Shell completion scripts, man page with handy examples .SH OPERATIONAL NOTES .PP .IP 1. 4