From ac63c1ff3a6d2b621559253857cc30c576f3c28a Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 26 Nov 2024 13:01:48 +0530 Subject: [PATCH] chore(README): use stylua as example and note about support --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 90f1122..bffc613 100644 --- a/README.md +++ b/README.md @@ -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.