diff options
author | Marc Coquand <marc@mccd.space> | 2023-12-26 14:44:59 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2023-12-26 14:44:59 -0600 |
commit | e25e05424d79a5010966c4e34e3733f1eb3bcfca (patch) | |
tree | ce6b6e9ad1ff5c6825b32ad5909a1f4f7ebc2be8 | |
parent | 4a9b3428fd98e21eaa4d5bc00086f61a0d3d4491 (diff) | |
download | fixgen-e25e05424d79a5010966c4e34e3733f1eb3bcfca.tar.gz fixgen-e25e05424d79a5010966c4e34e3733f1eb3bcfca.tar.bz2 fixgen-e25e05424d79a5010966c4e34e3733f1eb3bcfca.zip |
Update readme
-rw-r--r-- | README.md | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -10,14 +10,7 @@ Usually wiring up fake test data is a bunch of work, especially when that data i ## Install -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 -``` +Check out the latest [release binary](https://codeberg.org/marcc/fixgen/releases), which contains install instructions. ## Usage |