summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorOleksandr Redko <Oleksandr_Redko@epam.com>2023-10-20 14:22:05 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-10-21 18:57:01 +0200
commita95670b981c5dbee7b7b72408191cdcc9ccb0fde (patch)
tree0d7eaf2c891a0c210bce86905c1e92c6dfda0a0f /CONTRIBUTING.md
parent46bdc03885f18a82f282c442b7aa44c42cf20ced (diff)
docs: Remove outdated note from CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 0 insertions, 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