From 5476094a5e7644b9f57e608b53db677fb00727c6 Mon Sep 17 00:00:00 2001 From: Nicolas Paul Date: Thu, 1 Jun 2023 12:31:34 +0200 Subject: Fix from source installation Signed-off-by: Nicolas Paul --- doc/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3