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 bde30928a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
```