diff options
author | Marc Coquand <marc@mccd.space> | 2023-12-26 11:54:43 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2023-12-26 11:54:43 -0600 |
commit | bd14bbf8cab86547cb20afcb2b29fb0336cbf958 (patch) | |
tree | 6f8e1bcb3bf1edcf19e63bf843a1744d89b44f6f | |
parent | 11a9e7fbfe32c7ea6ee7bdd432f752bb4229899f (diff) | |
download | fixgen-bd14bbf8cab86547cb20afcb2b29fb0336cbf958.tar.gz fixgen-bd14bbf8cab86547cb20afcb2b29fb0336cbf958.tar.bz2 fixgen-bd14bbf8cab86547cb20afcb2b29fb0336cbf958.zip |
Update readme
Diffstat (limited to '')
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |