From 42c1d292cfd84e498ba37b02a668a367b06f3d40 Mon Sep 17 00:00:00 2001 From: Olicorne <26625900+thiswillbeyourgithub@users.noreply.github.com> Date: Sun, 5 Jan 2025 10:20:50 +0100 Subject: [PATCH] docs: clearer comment on how to track the github release (#976) Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcb0f46..dda9158 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ For building binary if you wish to build from source, then `cargo` is required. "yetone/avante.nvim", event = "VeryLazy", lazy = false, - version = false, -- set this if you want to always pull the latest change + version = false, -- set this to "*" if you want to always pull the latest change, false to update on release opts = { -- add any opts here },