chore(README): bring pesde x example back and include prereq note

This commit is contained in:
Erica Marigold 2024-11-30 11:41:42 +05:30 committed by GitHub
parent d0c2438f56
commit bc2d438975

View file

@ -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.