mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-04-04 10:50:57 +01:00
chore(README): use stylua as example and note about support
This commit is contained in:
parent
d492e132c2
commit
ac63c1ff3a
1 changed files with 4 additions and 5 deletions
|
@ -19,15 +19,14 @@
|
|||
|
||||
## Usage
|
||||
|
||||
```sh
|
||||
pesde x pesde/{TOOL}
|
||||
For example, to install [stylua](https://github.com/JohnnyMorganz/stylua), a Lua code formatter, run:
|
||||
|
||||
# Or, install the tool into your project and have it accessible in PATH
|
||||
pesde add --dev pesde/{TOOL}
|
||||
```sh
|
||||
pesde add --dev pesde/stylua
|
||||
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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue