From e477c1dabc4d59d843f2a236adc8f882afa5f875 Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Wed, 31 Aug 2022 18:52:34 -0400 Subject: [PATCH] Fix command in build from source instructions [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0423087..40036c4 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ You can now run rimgo. To include version information use: ``` -go build -ldflags "-X codeberg.org/librarian/librarian/pages.VersionInfo=$(date '+%Y-%m-%d')-$(git rev-list --abbrev-commit -1 HEAD)" +go build -ldflags "-X codeberg.org/video-prize-ranch/rimgo/pages.VersionInfo=$(date '+%Y-%m-%d')-$(git rev-list --abbrev-commit -1 HEAD)" ``` (optional) You can use a .env file to set environment variables for configuration.