summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Paul <n@nc0.fr>2023-06-01 12:31:34 +0200
committerNicolas Paul <n@nc0.fr>2023-06-01 12:31:34 +0200
commit5476094a5e7644b9f57e608b53db677fb00727c6 (patch)
tree573183ab664cb15fb9aa014d78be21405bb831d8
parent8658aa415b3a4b8dd24a6d9ee731b96d60e98885 (diff)
Fix from source installation
Signed-off-by: Nicolas Paul <n@nc0.fr>
-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.