美文网首页
ubantu 中安装 Heroku

ubantu 中安装 Heroku

作者: Bboy_2016 | 来源:发表于2018-05-10 11:48 被阅读11次


# Run this from your terminal.

# The following will add our apt repository and install the CLI:

sudo add-apt-repository "deb https://cli-assets.heroku.com/branches/stable/apt ./"

curl -L https://cli-assets.heroku.com/apt/release.key | sudo apt-key add -

sudo apt-get update

sudo apt-get install heroku


相关文章

网友评论

      本文标题:ubantu 中安装 Heroku

      本文链接:https://www.haomeiwen.com/subject/eujzrftx.html