mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-04-08 04:40:57 +01:00
chore(README): bring pesde x
example back and include prereq note
This commit is contained in:
parent
d0c2438f56
commit
bc2d438975
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -21,13 +21,24 @@
|
|||
|
||||
</div>
|
||||
|
||||
## Prerequisites
|
||||
|
||||
To ensure proper functionality, please make sure you have the following dependencies installed:
|
||||
|
||||
- **pesde**: Version `>= 0.5.0-rc.13`
|
||||
- **lune**: Version `^0.8.7`
|
||||
|
||||
## Usage
|
||||
|
||||
For example, to install [stylua](https://github.com/JohnnyMorganz/stylua), a Lua code formatter, run:
|
||||
|
||||
```sh
|
||||
pesde x pesde/stylua -- --version
|
||||
|
||||
# Or, install the tool into your project and have it accessible in PATH
|
||||
pesde add --dev pesde/stylua
|
||||
pesde install
|
||||
stylua -- --version
|
||||
```
|
||||
|
||||
Refer to the above table for a list of support tooling packages.
|
||||
|
|
Loading…
Add table
Reference in a new issue