You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, following the docs, I opened a terminal and run:
go install oss.terrastruct.com/d2
Looks like the command is wrong, as I receive the following message:
go: 'go install' requires a version when current directory is not in a module
Try 'go install oss.terrastruct.com/d2@latest' to install the latest version
I managed to install it using go install oss.terrastruct.com/d2@latest.
Please, update the docs to add the @label part
The text was updated successfully, but these errors were encountered:
I installed Go on my Windows 11 machine.
Then, following the docs, I opened a terminal and run:
Looks like the command is wrong, as I receive the following message:
I managed to install it using
go install oss.terrastruct.com/d2@latest
.Please, update the docs to add the
@label
partThe text was updated successfully, but these errors were encountered: