Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hhamud committed Aug 27, 2023
1 parent 9031874 commit e798e4b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Tree-sitter Noir

[![test](https://github.com/hhamud/tree-sitter-noir/actions/workflows/ci.yml/badge.svg)](https://github.com/hhamud/tree-sitter-noir/actions/workflows/ci.yml)
[![npm](https://img.shields.io/npm/v/github-buttons)](https://www.npmjs.com/package/tree-sitter-noir)
[![npm](https://img.shields.io/npm/v/tree-sitter-noir)](https://www.npmjs.com/package/tree-sitter-noir)
[![Latest version](https://img.shields.io/crates/v/tree-sitter-noir.svg)](https://crates.io/crates/tree-sitter-noir)
![gpl-3.0](https://shields.io/badge/gpl-3.0-blue)


Noir grammar and parser for [tree-sitter](https://tree-sitter.github.io/tree-sitter/)
Expand Down Expand Up @@ -40,13 +42,18 @@ EOF
```

## Other
To install the grammar from NPM

To install the grammar from NPM
```shell
npm i tree-sitter-noir
```


To install the grammar from cargo
```shell
cargo add tree-sitter-noir
```

## References

- [Noir Language](https://github.com/noir-lang/noir)
Expand Down

0 comments on commit e798e4b

Please sign in to comment.