mirror of
https://github.com/pesde-pkg/tooling.git
synced 2024-12-12 07:10:36 +00:00
docs: remove unnecessary --
This commit is contained in:
parent
c8488f169f
commit
b726f8eb51
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue