docs: clarify Homebrew trusted install
This commit is contained in:
@@ -65,12 +65,11 @@ fusion dashboard
|
||||
**Homebrew** (macOS y Linux):
|
||||
|
||||
```bash
|
||||
brew tap runfusion/fusion
|
||||
brew install fusion
|
||||
brew install runfusion/fusion/fusion
|
||||
fusion dashboard # o: fn dashboard
|
||||
```
|
||||
|
||||
O en una sola línea (añade el tap automáticamente): `brew install runfusion/fusion/fusion`.
|
||||
La instalación con nombre completo hace auto-tap y, en Homebrew 6.0+, confía solo en la fórmula Fusion. Si ya ejecutaste `brew tap runfusion/fusion` y la instalación por nombre corto falla con “untrusted tap”, ejecuta `brew trust --formula runfusion/fusion/fusion` y luego `brew install fusion`.
|
||||
|
||||
**npm global**:
|
||||
|
||||
|
||||
@@ -65,12 +65,11 @@ fusion dashboard
|
||||
**Homebrew** (macOS et Linux) :
|
||||
|
||||
```bash
|
||||
brew tap runfusion/fusion
|
||||
brew install fusion
|
||||
brew install runfusion/fusion/fusion
|
||||
fusion dashboard # ou : fn dashboard
|
||||
```
|
||||
|
||||
Ou en une ligne (tap automatique) : `brew install runfusion/fusion/fusion`.
|
||||
L’installation en nom complet ajoute le tap automatiquement et, sous Homebrew 6.0+, n’accorde la confiance qu’à la formule Fusion. Si vous avez déjà fait `brew tap runfusion/fusion` et que l’install par nom court échoue avec « untrusted tap », exécutez `brew trust --formula runfusion/fusion/fusion` puis `brew install fusion`.
|
||||
|
||||
**npm global** :
|
||||
|
||||
|
||||
@@ -65,12 +65,11 @@ fusion dashboard
|
||||
**Homebrew** (macOS & Linux):
|
||||
|
||||
```bash
|
||||
brew tap runfusion/fusion
|
||||
brew install fusion
|
||||
brew install runfusion/fusion/fusion
|
||||
fusion dashboard # 또는: fn dashboard
|
||||
```
|
||||
|
||||
또는 원라인(자동 탭 추가): `brew install runfusion/fusion/fusion`.
|
||||
정규 이름 설치는 자동으로 탭을 추가하며, Homebrew 6.0+에서는 Fusion 포뮬러만 신뢰합니다. 이미 `brew tap runfusion/fusion`을 실행한 뒤 짧은 이름 설치가 “untrusted tap”으로 실패하면 `brew trust --formula runfusion/fusion/fusion` 후 `brew install fusion`을 실행하세요.
|
||||
|
||||
**npm 전역 설치**:
|
||||
|
||||
|
||||
@@ -63,12 +63,11 @@ fusion dashboard
|
||||
**Homebrew** (macOS & Linux):
|
||||
|
||||
```bash
|
||||
brew tap runfusion/fusion
|
||||
brew install fusion
|
||||
brew install runfusion/fusion/fusion
|
||||
fusion dashboard # or: fn dashboard
|
||||
```
|
||||
|
||||
Or as a one-liner (auto-taps): `brew install runfusion/fusion/fusion`.
|
||||
Fully-qualified install auto-taps and, on Homebrew 6.0+, trusts only the Fusion formula. If you already ran `brew tap runfusion/fusion` and short-name install fails with “untrusted tap”, run `brew trust --formula runfusion/fusion/fusion` then `brew install fusion`.
|
||||
|
||||
**npm global**:
|
||||
|
||||
|
||||
@@ -65,12 +65,11 @@ fusion dashboard
|
||||
**Homebrew**(macOS 和 Linux):
|
||||
|
||||
```bash
|
||||
brew tap runfusion/fusion
|
||||
brew install fusion
|
||||
brew install runfusion/fusion/fusion
|
||||
fusion dashboard # 或:fn dashboard
|
||||
```
|
||||
|
||||
或使用一行命令(自动添加 tap):`brew install runfusion/fusion/fusion`。
|
||||
完整限定名安装会自动添加 tap,并在 Homebrew 6.0+ 上仅信任 Fusion 公式。若你已执行 `brew tap runfusion/fusion` 且短名称安装报 “untrusted tap”,请先运行 `brew trust --formula runfusion/fusion/fusion`,再 `brew install fusion`。
|
||||
|
||||
**npm 全局安装**:
|
||||
|
||||
|
||||
@@ -65,12 +65,11 @@ fusion dashboard
|
||||
**Homebrew**(macOS 與 Linux):
|
||||
|
||||
```bash
|
||||
brew tap runfusion/fusion
|
||||
brew install fusion
|
||||
brew install runfusion/fusion/fusion
|
||||
fusion dashboard # 或:fn dashboard
|
||||
```
|
||||
|
||||
或使用單行指令(自動新增 tap):`brew install runfusion/fusion/fusion`。
|
||||
完整限定名安裝會自動新增 tap,並在 Homebrew 6.0+ 上僅信任 Fusion formula。若你已執行 `brew tap runfusion/fusion` 且短名稱安裝回報 “untrusted tap”,請先執行 `brew trust --formula runfusion/fusion/fusion`,再 `brew install fusion`。
|
||||
|
||||
**npm 全域安裝**:
|
||||
|
||||
|
||||
@@ -28,11 +28,12 @@ fusion dashboard
|
||||
### Homebrew (macOS & Linux)
|
||||
|
||||
```bash
|
||||
brew tap runfusion/fusion
|
||||
brew install fusion
|
||||
brew install runfusion/fusion/fusion
|
||||
fusion dashboard # or: fn dashboard
|
||||
```
|
||||
|
||||
Fully-qualified install auto-taps. On Homebrew 6.0+, it also trusts only this formula (short-name `brew install fusion` after a plain tap fails until you run `brew trust --formula runfusion/fusion/fusion`).
|
||||
|
||||
### npm global
|
||||
|
||||
```bash
|
||||
@@ -69,7 +70,7 @@ npm install -g @runfusion/fusion@latest
|
||||
If you installed via Homebrew and links are still broken, reinstall the formula:
|
||||
|
||||
```bash
|
||||
brew uninstall fusion && brew install runfusion/tap/fusion
|
||||
brew uninstall fusion && brew install runfusion/fusion/fusion
|
||||
```
|
||||
|
||||
## Initialize a Project
|
||||
|
||||
@@ -37,11 +37,10 @@ curl -fsSL https://runfusion.ai/install.sh | sh
|
||||
**Homebrew** (macOS & Linux):
|
||||
|
||||
```bash
|
||||
brew tap runfusion/fusion
|
||||
brew install fusion
|
||||
brew install runfusion/fusion/fusion
|
||||
```
|
||||
|
||||
Or as a one-liner: `brew install runfusion/fusion/fusion`.
|
||||
Fully-qualified install auto-taps and, on Homebrew 6.0+, trusts only this formula. If short-name install fails with “untrusted tap”, run `brew trust --formula runfusion/fusion/fusion` then `brew install fusion`.
|
||||
|
||||
**npm global**:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user