Update clone command to include .git extension

This commit is contained in:
Breadway 2026-05-11 12:28:49 +08:00 committed by GitHub
parent d537fc9318
commit 6237f3d7e7

View file

@ -70,7 +70,7 @@ Optional but preferred:
### From source ### From source
```bash ```bash
git clone https://github.com/Breadway/bread git clone https://github.com/Breadway/bread.git
cd bread cd bread
cargo build --release cargo build --release
``` ```