Skip to content

Commit 29e7a4f

Browse files
authored
Fix go install script
1 parent 35e46f5 commit 29e7a4f

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)