docs/INSTALL.md: Document minimum Go version required
This commit is contained in:
parent
72dfbf708f
commit
9e0ab9c6f2
1 changed files with 4 additions and 0 deletions
|
|
@ -158,6 +158,8 @@ You can always install from source:
|
||||||
go install oss.terrastruct.com/d2@latest
|
go install oss.terrastruct.com/d2@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You need at least Go v1.18
|
||||||
|
|
||||||
### Source Release
|
### Source Release
|
||||||
|
|
||||||
To install a release from source clone the repository and then:
|
To install a release from source clone the repository and then:
|
||||||
|
|
@ -173,6 +175,8 @@ fonts and icons. Furthermore, when installing a non versioned commit, installing
|
||||||
will ensure that `d2 --version` works correctly by embedding the commit hash into the `d2`
|
will ensure that `d2 --version` works correctly by embedding the commit hash into the `d2`
|
||||||
binary.
|
binary.
|
||||||
|
|
||||||
|
Remember, you need at least Go v1.18
|
||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
We have prebuilt releases of d2 available for Windows via `.msi` installers. The installer
|
We have prebuilt releases of d2 available for Windows via `.msi` installers. The installer
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue