Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 918 Bytes

INSTALLING.md

File metadata and controls

26 lines (18 loc) · 918 Bytes

Installing Topfew

Each Topfew release comes with binaries built for both the x86 and ARM flavors of Linux, MacOS, and Windows.

Topfew comes with a Makefile which is uncomplicated. Typing make will create an executable named topfew, created by go build with no options, in the ./bin directory.

Arch Linux

Topfew is available in the Arch User Repository (AUR). If you have an AUR pacman wrapper installed you can install it directly. Otherwise, to install Topfew as an Arch package:

git clone https://aur.archlinux.org/topfew.git
cd topfew
makepkg -i

NixOS

Topfew is available on NixOS.

Homebrew

On MacOS, Topfew is is available on Homebrew.