Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tkb-github authored Jan 8, 2025
1 parent ece276d commit 61ea983
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ If you prefer working from the command line, you can follow the steps below to k
# Make sure you have git installed
$ git clone --single-branch --filter=blob:none --sparse --depth=1 [email protected]:t18d/attested-conjectures.git
$ cd attested-conjectures/
$ git sparse-checkout set --no-cone '/*' '!/assets/*.webp' '!/assets/*.pdf'
$ vim greek.csv
```
See also our [Unix tools](https://t18d.github.io/tools/) page.
Use [Clever/csvlint](https://github.com/Clever/csvlint) to lint the files you’ve edited before staging.

See also [git Primer](https://github.com/t18d/HuangSupplement/wiki/git-Primer) and our [Unix tools](https://t18d.github.io/tools/) page.

## CSV syntax
Enclose fields containing commas in double quotes. Escape a double quote inside such fields by a [preceding double quote](https://datatracker.ietf.org/doc/html/rfc4180#section-2).
Expand Down

0 comments on commit 61ea983

Please sign in to comment.