From a95670b981c5dbee7b7b72408191cdcc9ccb0fde Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Fri, 20 Oct 2023 14:22:05 +0300 Subject: [PATCH] docs: Remove outdated note from CONTRIBUTING.md --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 06e8a44d9..1b5666963 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -122,8 +122,6 @@ cd hugo go install ``` ->Note: Some Go tools may not be fully updated to support Go Modules yet. One example would be LiteIDE. Follow [this workaround](https://github.com/visualfc/liteide/issues/986#issuecomment-428117702) for how to continue to work with Hugo below `GOPATH`. - For some convenient build and test targets, you also will want to install Mage: ```bash