From f6f214095b0d093065d5dd14e15b7fbd4f2c95ba Mon Sep 17 00:00:00 2001 From: NeitrinoK Date: Wed, 24 May 2023 00:41:00 +0300 Subject: [PATCH 1/2] Add Go version to installation docs --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 61951fc..d458729 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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.15 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: From 1b3a64aca4e08d9b6ceb3b154a6eec6d7ec9897a Mon Sep 17 00:00:00 2001 From: NeitrinoK Date: Wed, 24 May 2023 02:03:38 +0300 Subject: [PATCH 2/2] Update installation.md --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index d458729..c09f381 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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 (1.15 or higher) 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: