Skip to content

Commit 1c92780

Browse files
authoredFeb 5, 2025
Merge pull request #252 from mishankov/patch-1
Fix go install script
2 parents 454eb7d + 29e7a4f commit 1c92780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/tour/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ curl -fsSL https://d2lang.com/install.sh | sh -s -- --uninstall
3737
Alternatively, you can install from source:
3838

3939
```shell
40-
go install oss.terrastruct.com/d2
40+
go install oss.terrastruct.com/d2@latest
4141
```
4242

4343

0 commit comments

Comments
 (0)