Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ After extracting an archive with `tar -xvf nocc-xxx.tar.gz`, you'll get these 3

## Installing nocc from sources

You'll need Go and g++ to be installed (on Mac, `g++` is usually a symlink to `clang++`, that's okay).
You'll need Go (1.16 or higher) and g++ to be installed (on Mac, `g++` is usually a symlink to `clang++`, that's okay).

Clone this repo, proceed to its root, and run:

Expand Down