From bd14bbf8cab86547cb20afcb2b29fb0336cbf958 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 26 Dec 2023 11:54:43 -0600 Subject: Update readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 15ad896..20f3374 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,14 @@ Usually wiring up fake test data is a bunch of work, especially when that data i ## Install -Copy [release binary](https://codeberg.org/marcc/fixgen/releases) to `/usr/local/bin` +Copy the latest [release binary](https://codeberg.org/marcc/fixgen/releases) to `/usr/local/bin` + +If you downloaded it to ~/Downloads + +``` +$ chmod +x ~/Downloads/main.exe +$ cp ~/Downloads/main.exe /usr/local/bin/fixgen +``` ## Usage -- cgit v1.2.3