diff --git a/README.md b/README.md index 3295e06..01ebbac 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,16 @@ cd ~/Documents/git/github.com/aminnairi/laptop bash main.sh ``` -## Tips +## Informations -- Start Neovim (`nvim`) at least once per user (`root` included) in order to install the necessary plugins -- Start Tmux at least once in order to install the necessary plugins +### Neovim + +Neovim's plugins gets installed only when run. Try running `nvim` at least once per user `root` and the choosen unprivileged user. + +### Tmux + +Tmux's plugins get installed once it is run without argument. A Fish function gets triggered whenever `tmux` is run. If it has no argument, then plugins gets checked and installed. If it has arguments, plugins do not get installed nor checked. Please run at least once `tmux` in order to install the necessary plugins before using it. + +## License + +See [`LICENSE`](./LICENSE).