Skip to content

Commit

Permalink
Merge pull request #252 from mishankov/patch-1
Browse files Browse the repository at this point in the history
Fix go install script
  • Loading branch information
alixander authored Feb 5, 2025
2 parents 454eb7d + 29e7a4f commit 1c92780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tour/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ curl -fsSL https://d2lang.com/install.sh | sh -s -- --uninstall
Alternatively, you can install from source:

```shell
go install oss.terrastruct.com/d2
go install oss.terrastruct.com/d2@latest
```


Expand Down

0 comments on commit 1c92780

Please sign in to comment.