回答編集履歴

1

書式変更

2019/07/13 13:11

投稿

SHOMI
SHOMI

スコア4079

test CHANGED
@@ -1,9 +1,13 @@
1
1
  brew --prefixはHomebrewのインストール先です。
2
2
 
3
3
  [brew(1) – The missing package manager for macOS](https://docs.brew.sh/Manpage)
4
+
5
+ ```
4
6
 
5
7
  --prefix [formula]
6
8
 
7
9
  Display Homebrew’s install path. Default: /usr/local on macOS and /home/linuxbrew/.linuxbrew on Linux.
8
10
 
9
11
  If formula is provided, display the location in the cellar where formula is or would be installed.
12
+
13
+ ```