diff options
author | Oleksandr Redko <[email protected]> | 2023-10-20 14:22:05 +0300 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-10-21 18:57:01 +0200 |
commit | a95670b981c5dbee7b7b72408191cdcc9ccb0fde (patch) | |
tree | 0d7eaf2c891a0c210bce86905c1e92c6dfda0a0f /CONTRIBUTING.md | |
parent | 46bdc03885f18a82f282c442b7aa44c42cf20ced (diff) | |
download | hugo-a95670b981c5dbee7b7b72408191cdcc9ccb0fde.tar.gz hugo-a95670b981c5dbee7b7b72408191cdcc9ccb0fde.zip |
docs: Remove outdated note from CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
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 |