maralla / pack

📦 The missing vim8 package manager.
MIT License
262 stars 17 forks source link

Install pack from Another branch #26

Closed okooo5km closed 5 years ago

okooo5km commented 6 years ago

Sometimes we need install a plugin package from the dev branch, how to do?

gou4shi1 commented 5 years ago

pack install xxx/yyy --build 'git checkout next && ./install.sh'

okooo5km commented 5 years ago

@gou4shi1 Thanks a lot!