diff --git a/README.md b/README.md index 60f32d6..36d52dd 100644 --- a/README.md +++ b/README.md @@ -95,13 +95,14 @@ or on Ubuntu: #### Installing with a package manager -- [PyPi](https://pypi.python.org/pypi/buku/) (`$ pip3 install buku`) +- [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) - [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`) +- [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 diff --git a/ci-test-wrapper b/ci-test-wrapper index 45394e4..d6b7e01 100755 --- a/ci-test-wrapper +++ b/ci-test-wrapper @@ -90,4 +90,4 @@ fi # Test buku(1) with $repo_root at the beginning of $PATH (so that buku # from this repo is picked up). cd "$here/tests" -PATH="$repo_root:$PATH" python -m pytest test_*.py --cov buku -vv +PATH="$repo_root:$PATH" python3 -m pytest test_*.py --cov buku -vv