From bc2d43897515b811975a55e0e035cc888024c29d Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sat, 30 Nov 2024 11:41:42 +0530 Subject: [PATCH] chore(README): bring `pesde x` example back and include prereq note --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e4c8488..72cb09c 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,24 @@ +## 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.