Skip to content

Commit a0d0b29

Browse files
committed
doc(README): add effects
1 parent 1f7a013 commit a0d0b29

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
A build backend for installing [lua-language-server](https://github.com/LuaLS/lua-language-server) addons from LuaRocks.
44

5+
Its effects are as follows:
6+
7+
- Compile a "patch" that describes what settings will be added to LuaLS config files.
8+
- paths can be customized
9+
- Look for LuaLS config files in the project directory by default, prioritizing `./.luarc.json`, then looking for a `./.vscode/settings.json`, and defaulting to creating a new `.luarc.json` otherwise.
10+
- can be customized
11+
- If the `--no-install` option is given, processing stops here.
12+
- Apply the "patch" into every discovered file. File entries may be overwritten
13+
- Install any other assets (`library/` and `plugin.lua`)
14+
515
## Usage for End-Users
616

717
> [!NOTE]
@@ -11,7 +21,7 @@ End-users can manage addon installations using the LuaRocks CLI.
1121

1222
- `luarocks install an-addon` - install `an-addon`
1323
- `luarocks remove an-addon` - remove `an-addon`
14-
- `luarocks doc an-addon` - view information about `an-addon`
24+
- `luarocks show an-addon` - view information about `an-addon`
1525
- etc.
1626

1727
Users can also browse addons online from https://luarocks.org/m/luacats.

0 commit comments

Comments
 (0)