Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekStride committed Aug 9, 2024
1 parent 5362315 commit b65df7f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,24 @@ Tree-sitter parsers need to be compiled as a shared-object / dynamic-library, yo
cc -shared -fPIC -I./src src/parser.c src/scanner.c -o sql.so
```

### Using [Cargo](https://crates.io/crates/tree-sitter-sequel)
### Using [cargo](https://crates.io/crates/tree-sitter-sequel)

```bash
cargo add tree-sitter-sequel
```

### Using [NPM](https://www.npmjs.com/package/@derekstride/tree-sitter-sql)
### Using [npm](https://www.npmjs.com/package/@derekstride/tree-sitter-sql)

```bash
npm i @derekstride/tree-sitter-sql
```

### Using [pip](https://pypi.org/project/tree-sitter-sql/0.3.5/)

```bash
pip install tree-sitter-sql
```

## Development

See [CONTRIBUTING.md](CONTRIBUTING.md) for documentation on how to set up the project for development.
Expand Down

0 comments on commit b65df7f

Please sign in to comment.