From 2f98095970cb64cca4b6dc970a51989f3b57153c Mon Sep 17 00:00:00 2001 From: kawaemon Date: Wed, 22 May 2024 00:27:08 +0900 Subject: [PATCH] doc: update README.md again --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 88dba2e..d1b5da4 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,14 @@ local plugins = { end, }, } + +unnamed.setup(config) +``` + +To update your plugins, use this command: + +```lua +:lua require("unnamed").update() ``` #### development prerequirements