[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Latest commit

 

History

History
53 lines (34 loc) · 1.17 KB

installation.md

File metadata and controls

53 lines (34 loc) · 1.17 KB
layout
default

External dependencies

KBSecret uses Keybase and KBFS, so you'll need to have a Keybase account and have the client installed.

You can find installation instructions for your system here.

Installation

System independent (gem)

$ gem install kbsecret
$ # OR, if you'd like a prerelease
$ gem install --pre kbsecret

macOS (brew):

$ brew tap kbsecret/kbsecret
$ brew install kbsecret

Arch Linux (pacman)

  1. Add quarry to your /etc/pacman.conf
  2. pacman -S ruby-kbsecret

What about <system>/<package-manager>?

If you don't see your system or package manager listed above, KBSecret doesn't have an official package available for it.

Please help us by contributing one!

Testing your installation

Once you've installed KBSecret, you can test it by running:

$ kbsecret version

If you see something like kbsecret version 0.9.7., you're good to go!

Everything working? Check out the quick start guide.

Something broken? Tell us about it.