diff --git a/README.md b/README.md index ed2989a..84357d9 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ For building binary if you wish to build from source, then `cargo` is required. opts = { -- add any opts here }, - -- if you want to download pre-built binary, then pass source=false. Make sure to follow instruction above. - -- Also note that downloading prebuilt binary is a lot faster comparing to compiling from source. - build = ":AvanteBuild source=false", + -- if you want to build from source then do `make BUILD_FROM_SOURCE=true` + build = "make", + -- build = "powershell -ExecutionPolicy Bypass -File Build.ps1" -- for windows dependencies = { "stevearc/dressing.nvim", "nvim-lua/plenary.nvim",