Skip to content

Commit 0e6de53

Browse files
committed
Doc(readme): Make it easier for newer poeple to install the plugin.
1 parent 552cb17 commit 0e6de53

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ When entering a x-window-buffer, you'll need to start insert-mode to focus the x
1212
## Installation
1313
Use whichever package manager you like.\
1414
It is recommended to lock/pin the plugin to one version because of API changes.
15+
16+
### you can intall by
17+
- lazy
18+
```lua
19+
{"altermo/nxwm", tag = "0.0.1",},
20+
```
21+
- packer
22+
```lua
23+
use {"altermo/nxwm", "0.0.1", tag = true },
24+
```
25+
**:exclamation: please note that this will install version 0.0.1, as previsly setated that this is a work in progress**
26+
1527
## Configuration
1628
Using `require("nxwm").setup({})` is **not required**, it is only there if you want to change the default config.
1729
```lua

0 commit comments

Comments
 (0)