From 874b21826f0f3cb027b94be3b1e66494b6289600 Mon Sep 17 00:00:00 2001 From: Codeberg Date: Tue, 2 Feb 2021 02:43:25 +0100 Subject: [PATCH] fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b7c68e..c041727 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ ## Build & Run ```shell -# will build the binary into ${BUILDDIR}. The golang compiler is fetched and installed into $PWD/gitea/bin/ +# will build the binary into ${BUILDDIR}. The golang compiler is fetched and installed into ${BUILDDIR} make BUILDDIR=$PWD # Create a random avatar and write it to /tmp/avatar.svg $PWD/gitea/bin/avatar my-special-seed-string > /tmp/avatar.svg -# Open SVG file with default image viewer +# Open SVG file with image viewer eog /tmp/avatar.svg ```