diff --git a/README.md b/README.md index e954ebc..42b06ae 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,18 @@ nix flake new --template "https://flakehub.com/f/simondeeley/tree-sitter-dev/0.1 ## How to use the template -Once your preferred template has been initialized, you can use the provided shell in two ways: +Once the template has been initialized, you can use the provided shell in two ways: 1. If you have [`nix-direnv`][nix-direnv] installed, you can initialize the environment by running `direnv allow`. 2. If you don't have `nix-direnv` installed, you can run `nix develop` to open up the Nix-defined shell. +## Included Packages + +- [Node.js][node] 18.16.1 +- [Node.js][node-gyp] 10.2.0 +- [npm] 9.5.1 +- [tree-sitter] 0.24.6 + ## tree-sitter `tree-sitter` is a parser generator for programming languages. It is designed to be fast, small, and embeddable. It is used by many popular editors and IDEs to provide syntax highlighting and code completion. To read more about `tree-sitter`, visit the [official website](https://tree-sitter.github.io/tree-sitter/).