Skip to content

Commit

Permalink
Add FreeBSD instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
assistcontrol committed Aug 12, 2023
1 parent d523ce5 commit 7b9eb24
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -63,6 +63,16 @@ Or if you are using [Chocolatey](https://chocolatey.org/) on Windows

`$ choco install scc`

#### FreeBSD

On FreeBSD, scc is available as a package

`$ pkg install scc`

Or, if you prefer to build from source, you can use the ports tree

`$ cd /usr/ports/devel/scc && make install clean`

#### Manual

Binaries for Windows, GNU/Linux and macOS for both i386 and x86_64 machines are available from the [releases](https://github.com/boyter/scc/releases) page.
Expand Down

0 comments on commit 7b9eb24

Please sign in to comment.