回答編集履歴
1
書式変更
answer
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
brew --prefixはHomebrewのインストール先です。
|
2
2
|
[brew(1) – The missing package manager for macOS](https://docs.brew.sh/Manpage)
|
3
|
+
```
|
3
4
|
--prefix [formula]
|
4
5
|
Display Homebrew’s install path. Default: /usr/local on macOS and /home/linuxbrew/.linuxbrew on Linux.
|
5
|
-
If formula is provided, display the location in the cellar where formula is or would be installed.
|
6
|
+
If formula is provided, display the location in the cellar where formula is or would be installed.
|
7
|
+
```
|