Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 594 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 594 Bytes

vim-buildpack-heroku

install

1- manually

  • go to dashboard
    • Personal
  • select yourApp
  • Settings
  • Add buildpack
  • Enter Buildpack URL
    • type https://github.com/Aissaoui-Ahmed/vim-buildpack-heroku
    • Save changes

  Note:
   Your new buildpack configuration will be used when this app is next deployed.

2- programmatically

$ heroku login
$ heroku buildpacks:set https://github.com/Aissaoui-Ahmed/vim-buildpack-heroku -a `yourApp`  # you can "Vim" after Deploy
$ heroku run bash -a `yourApp`
  ~$ vim