Skip to content

Commit e1755f8

Browse files
committed
Update README.md
1 parent 020cd6a commit e1755f8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
`cockroachdb-parser` is a snapshot of the parser package and
44
all its dependencies from the [CockroachDB repo](repo). The
55
smaller package is Apache licensed and contains less dependencies
6-
to pull in when configuring compared to `go get`.
6+
to pull in when configuring compared to `go get github.com/cockroachdb/cockroach`.
77

88
The SHA this is based off is available in `version`.
99

@@ -13,6 +13,11 @@ Versioning is done by CockroachDB version, with a `v0.` prepended.
1313
For example, `v0.22.1.0.x.y` maps to `v22.1.0` in CockroachDB, where
1414
`.x.y` maps to any subiterations.
1515

16+
## Custom patches
17+
18+
There are custom patches in `patches/` which gets applied to the repo.
19+
This helps us customise the parser slightly for third party users.
20+
1621
## Example usage
1722

1823
```

0 commit comments

Comments
 (0)