Skip to content

Commit

Permalink
Add IMPORTANT notes on local_luarocks_only
Browse files Browse the repository at this point in the history
  • Loading branch information
MisanthropicBit committed Jul 1, 2024
1 parent cf8b3e4 commit f24874b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ You can install busted in your project's directory by running the following comm

### User home directory install

> [!IMPORTANT]
> You need to set `local_luarocks_only` to `false` for `neotest-busted` to find
> your home directory installation.
The following command will install busted in your home directory.

```shell
Expand All @@ -145,6 +149,10 @@ The following command will install busted in your home directory.

### Global install

> [!IMPORTANT]
> You need to set `local_luarocks_only` to `false` for `neotest-busted` to find
> your global installation.
```shell
> luarocks install busted
```
Expand Down

0 comments on commit f24874b

Please sign in to comment.