Skip to content

Commit

Permalink
Updated docs for pkgsrc
Browse files Browse the repository at this point in the history
  • Loading branch information
gnebbia committed May 30, 2021
1 parent 539f51c commit 6a1e060
Showing 1 changed file with 28 additions and 13 deletions.
41 changes: 28 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Version: 0.1.6

* [Purpose](#purpose)
* [Installation](#installation)
* [Installation from AUR](#installation-from-aur)
* [Installation from pkgsrc](#installation-from-pkgsrc)
* [Installation with homebrew](#installation-with-homebrew)
* [Notes for Windows users](#notes-for-windows-users)
* [Docker](#docker)
Expand Down Expand Up @@ -157,34 +159,47 @@ Please remember to upgrade kb frequently by doing:
pip install -U kb-manager
```

### Installation with homebrew
### Installation from AUR

To install using homebrew, use:
Arch Linux users can install [kb](https://aur.archlinux.org/packages/kb) or [kb-git](https://aur.archlinux.org/packages/kb-git) with their favorite [AUR Helper](https://wiki.archlinux.org/index.php/AUR_helpers).

Stable:
```sh
brew tap gnebbia/kb https://github.com/gnebbia/kb.git
brew install gnebbia/kb/kb
yay -S kb
```

To upgrade with homebrew:
Dev:
```sh
brew update
brew upgrade gnebbia/kb/kb
yay -S kb-git
```

### Installation from AUR
### Installation from pkgsrc

Arch Linux users can install [kb](https://aur.archlinux.org/packages/kb) or [kb-git](https://aur.archlinux.org/packages/kb-git) with their favorite [AUR Helper](https://wiki.archlinux.org/index.php/AUR_helpers).
Of course it runs on NetBSD (and on pkgsrc). We can install it from pkgsrc source tree
(databases/py-kb) or as a binary package using pkgin:

Stable:
```sh
yay -S kb
pkgin in py38-kb
```

Dev:
Note that at the moment the package is only available from -current repositories.


### Installation with homebrew

To install using homebrew, use:
```sh
yay -S kb-git
brew tap gnebbia/kb https://github.com/gnebbia/kb.git
brew install gnebbia/kb/kb
```

To upgrade with homebrew:
```sh
brew update
brew upgrade gnebbia/kb/kb
```


### Notes for Windows users

Windows users should keep in mind these things:
Expand Down

0 comments on commit 6a1e060

Please sign in to comment.