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
```bash
git clone https://github.com/Breadway/bread
git clone https://github.com/Breadway/bread.git
cd bread
cargo build --release
```