From b726f8eb51c6d51565814d78e4316b2cd3c57d1e Mon Sep 17 00:00:00 2001 From: daimond113 <72147841+daimond113@users.noreply.github.com> Date: Sun, 8 Dec 2024 21:56:18 +0100 Subject: [PATCH] docs: remove unnecessary -- --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48ca63d..6b43950 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Common Luau tooling packaged for pesde, for use within fully pesde-managed proje 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` +- **lune**: Version `>= 0.8.7` ## Usage @@ -39,9 +39,9 @@ For example, to install [stylua](https://github.com/JohnnyMorganz/stylua), a Lua pesde x pesde/stylua -- --version # Or, install the tool into your project and have it accessible in PATH -pesde add --dev pesde/stylua +pesde add --dev pesde/stylua --target lune pesde install -stylua -- --version +stylua --version ``` Refer to the above table for a list of support tooling packages.