docs: clearer comment on how to track the github release (#976)

Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
This commit is contained in:
Olicorne 2025-01-05 10:20:50 +01:00 committed by GitHub
parent f35ace75dc
commit 42c1d292cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
},