Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 1.18 KB

install.md

File metadata and controls

63 lines (42 loc) · 1.18 KB

Install

Are you looking for command line usage instead?

To manually build the binaries, see building from source.

macOS

The desktop app installs the command line on first run:

ln -s /Applications/Keys.app/Contents/Resources/bin/keys /usr/local/bin/keys

Homebrew

Via homebrew:

brew tap keys-pub/tap
brew install keys

Windows

::: warning The scoop install will conflict with the desktop app. Fix is in progress. :::

The desktop app ships with the command line utilities, you can add it to your %PATH%:

%USERPROFILE%\AppData\Local\Programs\keys\resources\bin

Scoop

To install via scoop:

scoop bucket add keys.pub https://github.com/keys-pub/scoop-bucket
scoop install keys

Linux

Add keys.pub apt repository:

echo "deb https://storage.googleapis.com/aptly.keys.pub current main" \
    | sudo tee -a /etc/apt/sources.list.d/keys.list

Add the keys apt signing public key:

wget -qO - https://storage.googleapis.com/aptly.keys.pub/keys.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get install keys