Homebrew CaskでWeb APIのテストに便利なPostmanをインストールする
2140 ワード
- 環境
- macOS Big Surバージョン11.1
- Homebrew 3.0.0
Homebrewでインストール前の準備をする。
# アップデートする。
$ brew update
Updated 3 taps (homebrew/core, homebrew/cask and homebrew/cask-fonts).
==> New Formulae
# ...省略...
# 健康診断する。
$ brew doctor
Your system is ready to brew.
# Postmanを探す
$ brew search postman
==> Casks
postman
Postmanをインストールする。
$ brew install postman
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
Updated 1 formula.
==> Downloading https://dl.pstmn.io/download/version/8.0.5/osx64
######################################################################## 100.0%
==> Installing Cask postman
==> Moving App 'Postman.app' to '/Applications/Postman.app'
🍺 postman was successfully installed!
# アップデートする。
$ brew update
Updated 3 taps (homebrew/core, homebrew/cask and homebrew/cask-fonts).
==> New Formulae
# ...省略...
# 健康診断する。
$ brew doctor
Your system is ready to brew.
# Postmanを探す
$ brew search postman
==> Casks
postman
$ brew install postman
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
Updated 1 formula.
==> Downloading https://dl.pstmn.io/download/version/8.0.5/osx64
######################################################################## 100.0%
==> Installing Cask postman
==> Moving App 'Postman.app' to '/Applications/Postman.app'
🍺 postman was successfully installed!
Windowsでインストールする場合
Author And Source
この問題について(Homebrew CaskでWeb APIのテストに便利なPostmanをインストールする), 我々は、より多くの情報をここで見つけました https://qiita.com/ponsuke0531/items/14442eef25cefda7f9c8著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .