Skip to content

Commit

Permalink
Add FreeBSD installation instructions (#1093)
Browse files Browse the repository at this point in the history
Tig is a well-established package on FreeBSD:
https://www.freshports.org/devel/tig
  • Loading branch information
0mp committed May 21, 2021
1 parent d109613 commit d4bbad8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions INSTALL.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,13 @@ Installation using Nix
You can use link:https://nixos.org/nix/[Nix] to install Tig on NixOS, or any Linux/OSX distribution with Nix installed:
$ nix-env -i tig
Installation on FreeBSD
-----------------------

You can use link:https://man.freebsd.org/pkg/8[pkg] to install Tig on FreeBSD:

$ pkg install tig

Installation on Windows
-----------------------
Expand Down

0 comments on commit d4bbad8

Please sign in to comment.