diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-06-01 12:31:34 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-06-01 12:31:34 +0200 |
| commit | 5476094a5e7644b9f57e608b53db677fb00727c6 (patch) | |
| tree | 573183ab664cb15fb9aa014d78be21405bb831d8 /doc | |
| parent | 8658aa415b3a4b8dd24a6d9ee731b96d60e98885 (diff) | |
Fix from source installation
Signed-off-by: Nicolas Paul <n@nc0.fr>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/getting-started.md | 2 |
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. |
