diff options
| author | Zuhaitz <zuhaitz.zechhub@gmail.com> | 2026-01-11 17:48:26 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-11 17:48:26 +0000 |
| commit | 8db5591a0cf3509e5384cf804e0f38a0c6bf695b (patch) | |
| tree | 38d97cde75b764a152742e0cf051c6a2a56c29ec /README.md | |
| parent | ba5ee94871e670fbe1ea091dd5731e593df0b29f (diff) | |
Fix case sensitivity in repository clone command
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ``` |
