summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuhaitz <zuhaitz.zechhub@gmail.com>2026-01-11 17:48:26 +0000
committerGitHub <noreply@github.com>2026-01-11 17:48:26 +0000
commit8db5591a0cf3509e5384cf804e0f38a0c6bf695b (patch)
tree38d97cde75b764a152742e0cf051c6a2a56c29ec
parentba5ee94871e670fbe1ea091dd5731e593df0b29f (diff)
Fix case sensitivity in repository clone command
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 48a0e51..33637d3 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,8 @@
### Installation
```bash
-git clone https://github.com/username/zen-c.git
-cd zen-c
+git clone https://github.com/username/Zen-C.git
+cd Zen-C
make
sudo make install
```