summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/getting-started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/getting-started.md b/doc/getting-started.md
index 3e37bfd..047cafd 100644
--- a/doc/getting-started.md
+++ b/doc/getting-started.md
@@ -19,7 +19,7 @@ SVGU is a Go program, and can be installed quickly using `go install`:
```shell
# Change "latest" to the Git ref you want to install.
-$ go install go.nc0.fr/svgu@latest
+$ go install go.nc0.fr/svgu/cmd/svgu@latest
```
> Note: SVGU requires Go 1.16 or later.