Skip to content

Commit

Permalink
docs(website): Add Linux to the documentation for Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamada Dev authored and Yamada Dev committed Jan 19, 2025
1 parent c68f87e commit 50778a7
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion website/client/src/en/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ npm install -g repomix
yarn global add repomix
```

### Homebrew (macOS)
### Homebrew (macOS/Linux)
```bash
brew install repomix
```
Expand Down
2 changes: 1 addition & 1 deletion website/client/src/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ npm install -g repomix
# Alternatively using yarn
yarn global add repomix

# Alternatively using Homebrew (macOS)
# Alternatively using Homebrew (macOS/Linux)
brew install repomix

# Then run in any project directory
Expand Down
2 changes: 1 addition & 1 deletion website/client/src/es/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ npm install -g repomix
yarn global add repomix
```

### Homebrew (macOS)
### Homebrew (macOS/Linux)
```bash
brew install repomix
```
Expand Down
2 changes: 1 addition & 1 deletion website/client/src/es/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ npm install -g repomix
# Alternativamente usando yarn
yarn global add repomix

# Alternativamente usando Homebrew (macOS)
# Alternativamente usando Homebrew (macOS/Linux)
brew install repomix

# Luego ejecutar en cualquier directorio de proyecto
Expand Down
2 changes: 1 addition & 1 deletion website/client/src/ja/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ npm install -g repomix
yarn global add repomix
```

### Homebrew(macOS)
### Homebrew(macOS/Linux
```bash
brew install repomix
```
Expand Down
2 changes: 1 addition & 1 deletion website/client/src/ja/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ npm install -g repomix
# または、yarnを使用
yarn global add repomix

# または、Homebrewを使用(macOS)
# または、Homebrewを使用(macOS/Linux
brew install repomix

# その後、任意のプロジェクトディレクトリで実行
Expand Down
2 changes: 1 addition & 1 deletion website/client/src/ko/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ npm install -g repomix
yarn global add repomix
```

### Homebrew (macOS)
### Homebrew (macOS/Linux)
```bash
brew install repomix
```
Expand Down
2 changes: 1 addition & 1 deletion website/client/src/ko/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ npm install -g repomix
# 또는 yarn으로 설치
yarn global add repomix

# 또는 Homebrew로 설치 (macOS)
# 또는 Homebrew로 설치 (macOS/Linux)
brew install repomix

# 그런 다음 아무 프로젝트 디렉토리에서 실행
Expand Down
2 changes: 1 addition & 1 deletion website/client/src/pt-br/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ npm install -g repomix
yarn global add repomix
```

### Homebrew (macOS)
### Homebrew (macOS/Linux)
```bash
brew install repomix
```
Expand Down
2 changes: 1 addition & 1 deletion website/client/src/pt-br/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ npm install -g repomix
# Alternativamente usando yarn
yarn global add repomix

# Alternativamente usando Homebrew (macOS)
# Alternativamente usando Homebrew (macOS/Linux)
brew install repomix

# Então execute em qualquer diretório de projeto
Expand Down
2 changes: 1 addition & 1 deletion website/client/src/zh-cn/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ npm install -g repomix
yarn global add repomix
```

### Homebrew 安装(macOS)
### Homebrew 安装(macOS/Linux
```bash
brew install repomix
```
Expand Down
2 changes: 1 addition & 1 deletion website/client/src/zh-cn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ npm install -g repomix
# 或使用 yarn 安装
yarn global add repomix

# 或使用 Homebrew 安装(macOS)
# 或使用 Homebrew 安装(macOS/Linux
brew install repomix

# 然后在任意项目目录中运行
Expand Down

0 comments on commit 50778a7

Please sign in to comment.