Add requirements

This commit is contained in:
Solninja A 2025-01-01 16:41:54 +10:00
parent 21fd51b04b
commit 84e22ba6e4

View File

@ -2,6 +2,17 @@
A no-bloat script for getting OATH codes from a YubiKey. A no-bloat script for getting OATH codes from a YubiKey.
# Requirements
- ykman - interfacing with YubiKeys
(`sudo pacman -S yubikey-manager` on Arch Linux - see https://wiki.archlinux.org/title/YubiKey#Management_tools)
- xclip - copying the code to the clipboard
(`sudo pacman -S xclip` on Arch Linux)
- rofi - displaying a GUI for the codes
(`sudo pacman -S rofi` on Arch Linux - see https://wiki.archlinux.org/title/Rofi)
- awk - formatting command outputs
(you should already have this installed)
# Usage # Usage
Either only download `rofi-yubikey.sh`, or clone the entire repository (`git clone https://git.solomon.tech/solomon/rofi-yubikey.git`). Either only download `rofi-yubikey.sh`, or clone the entire repository (`git clone https://git.solomon.tech/solomon/rofi-yubikey.git`).