BurntSushi / rust-csv

A CSV parser for Rust, with Serde support.
The Unlicense
1.72k stars 219 forks source link

[FIX] Update README clone-and-run example console commands #316

Open itxasos23 opened 1 year ago

itxasos23 commented 1 year ago

PR Description

This PR updates the README.md git clone command to use git over ssh instead of git:// directly. I found this issue while trying to follow along with the examples.

GitHub turned off the unencrypted git protocol in January 2022.

This PR also updates said commands for easy copy-pasting.