From 419776072eba2483cfdd67c2c1e0c7c2c970b4a9 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 23 Oct 2016 21:14:16 +0530 Subject: [PATCH] Reorder ToC. --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 94e8246..50d8e5b 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ Though a terminal utility, it's possible to add bookmarks to `buku` without touc - [Installation](#installation) - [Dependencies](#dependencies) - [Installing from this repository](#installing-from-this-repository) - - [Running as a standalone utility](#running-as-a-standalone-utility) + - [Running as a standalone utility](#running-as-a-standalone-utility) + - [Debian package](#debian-package) - [Installing with a package manager](#installing-with-a-package-manager) - - [Debian package](#debian-package) - [Shell completion](#shell-completion) - [Usage](#usage) - [Cmdline options](#cmdline-options) @@ -88,12 +88,20 @@ To remove, run: $ sudo make uninstall `PREFIX` is supported. You may need to use `sudo` with `PREFIX` depending on your permissions on destination directory. -### Running as a standalone utility +#### Running as a standalone utility `buku` is a standalone utility. From the containing directory, run: $ ./buku +#### Debian package + +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. + ### Installing with a package manager `buku` is also available on @@ -103,14 +111,6 @@ To remove, run: - [Debian Sid](https://packages.debian.org/sid/buku) - [Ubuntu PPA](https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/) -### Debian package - -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. - ## Shell completion Shell completion scripts for Bash, Fish and Zsh can be found in respective subdirectories of [auto-completion/](https://github.com/jarun/Buku/blob/master/auto-completion). Please refer to your shell's manual for installation instructions.