Fix command in build from source instructions [ci skip]

This commit is contained in:
video-prize-ranch
2022-08-31 18:52:34 -04:00
parent 37259cd1fd
commit e477c1dabc

View File

@@ -125,7 +125,7 @@ You can now run rimgo.
To include version information use: 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. (optional) You can use a .env file to set environment variables for configuration.