From 02f457ad1ff2b5781c8c3c50fd928a9a8b1d60ef Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Tue, 3 Sep 2024 23:14:46 -0400 Subject: [PATCH] chore(readme): update install instruction (#507) Signed-off-by: Aaron Pham --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",