chore(README): use stylua as example and note about support

This commit is contained in:
Erica Marigold 2024-11-26 13:01:48 +05:30 committed by GitHub
parent d492e132c2
commit ac63c1ff3a

View file

@ -19,15 +19,14 @@
## Usage ## Usage
```sh For example, to install [stylua](https://github.com/JohnnyMorganz/stylua), a Lua code formatter, run:
pesde x pesde/{TOOL}
# Or, install the tool into your project and have it accessible in PATH ```sh
pesde add --dev pesde/{TOOL} pesde add --dev pesde/stylua
pesde install pesde install
``` ```
Where `{TOOL}` corresponds to the name of one of the tools present in this directory. Refer to the above table for a list of support tooling packages.
If a Luau tool you would like is not present here, please open an issue or submit a PR, following the format of one of the existing tools. If a Luau tool you would like is not present here, please open an issue or submit a PR, following the format of one of the existing tools.