diff options
author | axtlos <axtlos@noreply.codeberg.org> | 2024-04-04 21:54:18 +0000 |
---|---|---|
committer | axtlos <axtlos@noreply.codeberg.org> | 2024-04-04 21:54:18 +0000 |
commit | ca9353f2963afafce61a152dedac499159f540d9 (patch) | |
tree | 5d8486ebf4968a754abfd5e88a98b69b50e72b72 /README.md | |
parent | 0ff98491b549e71274b3d7d96ed2b9dc250e55ab (diff) | |
download | genkeymash-ca9353f2963afafce61a152dedac499159f540d9.tar.gz genkeymash-ca9353f2963afafce61a152dedac499159f540d9.tar.bz2 |
fix compiler command in readme
i hope you're happy eris
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ Building: ``` git clone https://codeberg.org/axtlos/genkeymash cd genkeymash -gcc keymash.c -o keymash +cc keymash.c -o keymash ``` Usage: |