LoginSignup
0
0

More than 5 years have passed since last update.

ubuntuでherokuコマンドをインストールする方法

Posted at

herokuコマンドはRubyのgemとしてインストールする方法がよく使われているのですが、以下の方法だとRubyが入っていない環境でも使えるので便利です。

$ wget -qO- https://cli-assets.heroku.com/install-ubuntu.sh | sh

これだけでもうherokuコマンドが使えます。
念のため確認しておきましょう。

$ heroku --version
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0