-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kaizen: add -q option for quoted fields
- Loading branch information
Showing
9 changed files
with
481 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Installing Topfew | ||
|
||
Each Topfew [release](https://github.com/timbray/topfew/releases) 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 `tf`, | ||
created by `go build` with no options, in the `./bin` directory. | ||
|
||
## Arch Linux | ||
|
||
Topfew [is available](https://aur.archlinux.org/packages/topfew) in the | ||
[Arch User Repository](https://wiki.archlinux.org/title/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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.