summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoraxtlos <axtlos@noreply.codeberg.org>2024-04-04 21:54:18 +0000
committeraxtlos <axtlos@noreply.codeberg.org>2024-04-04 21:54:18 +0000
commitca9353f2963afafce61a152dedac499159f540d9 (patch)
tree5d8486ebf4968a754abfd5e88a98b69b50e72b72 /README.md
parent0ff98491b549e71274b3d7d96ed2b9dc250e55ab (diff)
downloadgenkeymash-ca9353f2963afafce61a152dedac499159f540d9.tar.gz
genkeymash-ca9353f2963afafce61a152dedac499159f540d9.tar.bz2
fix compiler command in readme
i hope you're happy eris
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6feefd1..8cb8f7e 100644
--- a/README.md
+++ b/README.md
@@ -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: