mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-11 02:33:10 +08:00
fix(docs): sync marketplace add URL across translated READMEs (#2050)
PR #2050 updated the root README.zh-CN.md install commands after the everything-claude-code → ECC rename, but the same stale marketplace URL remained in nine docs/<locale>/README.md copies. Align those quick-start and self-hosted install blocks so /plugin install ecc@ecc resolves the ecc marketplace instead of everything-claude-code.
This commit is contained in:
committed by
Affaan Mustafa
parent
72d95caf68
commit
654c899b56
@@ -107,7 +107,7 @@
|
||||
|
||||
```bash
|
||||
# マーケットプレイスを追加
|
||||
/plugin marketplace add https://github.com/affaan-m/everything-claude-code
|
||||
/plugin marketplace add https://github.com/affaan-m/ECC
|
||||
|
||||
# プラグインをインストール
|
||||
/plugin install everything-claude-code@everything-claude-code
|
||||
@@ -424,7 +424,7 @@ Duplicate hook file detected: ./hooks/hooks.json is already resolved to a loaded
|
||||
|
||||
```bash
|
||||
# このリポジトリをマーケットプレイスとして追加
|
||||
/plugin marketplace add https://github.com/affaan-m/everything-claude-code
|
||||
/plugin marketplace add https://github.com/affaan-m/ECC
|
||||
|
||||
# プラグインをインストール
|
||||
/plugin install everything-claude-code@everything-claude-code
|
||||
|
||||
@@ -112,7 +112,7 @@
|
||||
|
||||
```bash
|
||||
# 마켓플레이스 추가
|
||||
/plugin marketplace add https://github.com/affaan-m/everything-claude-code
|
||||
/plugin marketplace add https://github.com/affaan-m/ECC
|
||||
|
||||
# 플러그인 설치
|
||||
/plugin install everything-claude-code@everything-claude-code
|
||||
@@ -356,7 +356,7 @@ Claude Code v2.1+는 설치된 플러그인의 `hooks/hooks.json`을 **자동으
|
||||
|
||||
```bash
|
||||
# 마켓플레이스 추가
|
||||
/plugin marketplace add https://github.com/affaan-m/everything-claude-code
|
||||
/plugin marketplace add https://github.com/affaan-m/ECC
|
||||
|
||||
# 플러그인 설치
|
||||
/plugin install everything-claude-code@everything-claude-code
|
||||
|
||||
@@ -112,7 +112,7 @@ Comece em menos de 2 minutos:
|
||||
|
||||
```bash
|
||||
# Adicionar marketplace
|
||||
/plugin marketplace add https://github.com/affaan-m/everything-claude-code
|
||||
/plugin marketplace add https://github.com/affaan-m/ECC
|
||||
|
||||
# Instalar plugin
|
||||
/plugin install everything-claude-code@everything-claude-code
|
||||
@@ -301,7 +301,7 @@ claude --version
|
||||
|
||||
```bash
|
||||
# Adicionar este repositório como marketplace
|
||||
/plugin marketplace add https://github.com/affaan-m/everything-claude-code
|
||||
/plugin marketplace add https://github.com/affaan-m/ECC
|
||||
|
||||
# Instalar o plugin
|
||||
/plugin install everything-claude-code@everything-claude-code
|
||||
|
||||
@@ -113,7 +113,7 @@ Bu repository yalnızca ham kodu içerir. Rehberler her şeyi açıklıyor.
|
||||
|
||||
```bash
|
||||
# Marketplace ekle
|
||||
/plugin marketplace add https://github.com/affaan-m/everything-claude-code
|
||||
/plugin marketplace add https://github.com/affaan-m/ECC
|
||||
|
||||
# Plugin'i kur
|
||||
/plugin install everything-claude-code@everything-claude-code
|
||||
|
||||
@@ -158,7 +158,7 @@
|
||||
|
||||
```bash
|
||||
# Add marketplace
|
||||
/plugin marketplace add https://github.com/affaan-m/everything-claude-code
|
||||
/plugin marketplace add https://github.com/affaan-m/ECC
|
||||
|
||||
# Install plugin
|
||||
/plugin install everything-claude-code@everything-claude-code
|
||||
@@ -582,7 +582,7 @@ Claude Code v2.1+ **会自动加载** 任何已安装插件中的 `hooks/hooks.j
|
||||
|
||||
```bash
|
||||
# Add this repo as a marketplace
|
||||
/plugin marketplace add https://github.com/affaan-m/everything-claude-code
|
||||
/plugin marketplace add https://github.com/affaan-m/ECC
|
||||
|
||||
# Install the plugin
|
||||
/plugin install everything-claude-code@everything-claude-code
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
|
||||
```bash
|
||||
# 新增市集
|
||||
/plugin marketplace add https://github.com/affaan-m/everything-claude-code
|
||||
/plugin marketplace add https://github.com/affaan-m/ECC
|
||||
|
||||
# 安裝外掛程式
|
||||
/plugin install everything-claude-code@everything-claude-code
|
||||
@@ -267,7 +267,7 @@ everything-claude-code/
|
||||
|
||||
```bash
|
||||
# 將此儲存庫新增為市集
|
||||
/plugin marketplace add https://github.com/affaan-m/everything-claude-code
|
||||
/plugin marketplace add https://github.com/affaan-m/ECC
|
||||
|
||||
# 安裝外掛程式
|
||||
/plugin install everything-claude-code@everything-claude-code
|
||||
|
||||
Reference in New Issue
Block a user