1
0

chore(docs): update docs about compiling from source

This commit is contained in:
kolaente
2021-11-28 12:56:46 +01:00
parent 445cc4f79d
commit 6ece909286
2 changed files with 23 additions and 6 deletions

View File

@ -26,7 +26,7 @@ If you plan to do a bigger change, it is better to open an issue for discussion
The code for the api is located at [code.vikunja.io/api](https://code.vikunja.io/api).
We use go modules to manage third-party libraries for Vikunja, so you'll need at least go `1.11` to use these.
We use go modules to manage third-party libraries for Vikunja, so you'll need at least go `1.17` to use these.
A lot of developing tasks are automated using a Magefile, so make sure to [take a look at it]({{< ref "mage.md">}}).