chore(readme): update install instruction (#507)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
parent
73730513d1
commit
02f457ad1f
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user