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 = {
|
opts = {
|
||||||
-- add any opts here
|
-- add any opts here
|
||||||
},
|
},
|
||||||
-- if you want to download pre-built binary, then pass source=false. Make sure to follow instruction above.
|
-- if you want to build from source then do `make BUILD_FROM_SOURCE=true`
|
||||||
-- Also note that downloading prebuilt binary is a lot faster comparing to compiling from source.
|
build = "make",
|
||||||
build = ":AvanteBuild source=false",
|
-- build = "powershell -ExecutionPolicy Bypass -File Build.ps1" -- for windows
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"stevearc/dressing.nvim",
|
"stevearc/dressing.nvim",
|
||||||
"nvim-lua/plenary.nvim",
|
"nvim-lua/plenary.nvim",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user