docs: add windows build script to readme

This commit is contained in:
KevinSilvester 2023-05-03 18:15:42 +01:00 committed by GitHub
parent 695e80acff
commit b1f21a2bab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,8 @@ require('lazy').setup {
{
'barrett-ruth/import-cost.nvim',
build = 'sh install.sh yarn',
-- if on windows
-- build = 'pwsh install.ps1 yarn',
config = true
}
}