From 441957ff461972f52133dc7807f03c1db96677d5 Mon Sep 17 00:00:00 2001 From: kunish Date: Fri, 1 Dec 2023 18:43:40 +0800 Subject: [PATCH] docs: update README.md --- README.md | 12 ++++++------ docs/docker-compose.yml | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 752b9a6..96530ad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # metacubexd -Clash.Meta Dashboard, The Official One, XD +Mihomo Dashboard, The Official One, XD ![preview-overview](https://assets.solidjs.com/banner?project=metacubexd) @@ -36,19 +36,19 @@ external-controller: 0.0.0.0:9090 > First time setup ```shell -git clone https://github.com/metacubex/metacubexd.git -b gh-pages /etc/clash-meta/ui +git clone https://github.com/metacubex/metacubexd.git -b gh-pages /etc/mihomo/ui ``` Make sure you have external-ui directory set correctly in your config file ```yaml -external-ui: /etc/clash-meta/ui +external-ui: /etc/mihomo/ui ``` > Update ```shell -git -C /etc/clash-meta/ui pull -r +git -C /etc/mihomo/ui pull -r ``` ### Run inside Docker @@ -83,13 +83,13 @@ services: # optional meta: container_name: meta - image: docker.io/metacubex/clash-meta:Alpha + image: docker.io/metacubex/mihomo:Alpha restart: always network_mode: host cap_add: - NET_ADMIN volumes: - - ./config.yaml:/root/.config/clash + - ./config.yaml:/root/.config/mihomo ``` Running diff --git a/docs/docker-compose.yml b/docs/docker-compose.yml index b5752ab..1144d1f 100644 --- a/docs/docker-compose.yml +++ b/docs/docker-compose.yml @@ -11,10 +11,10 @@ services: # optional meta: container_name: meta - image: docker.io/metacubex/clash-meta:Alpha + image: docker.io/metacubex/mihomo:Alpha restart: always network_mode: host cap_add: - NET_ADMIN volumes: - - ./config.yaml:/root/.config/clash + - ./config.yaml:/root/.config/mihomo diff --git a/package.json b/package.json index d1cc1ec..0a1bd41 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "metacubexd", "version": "1.131.0", - "description": "Clash.Meta Dashboard, The Official One, XD", + "description": "Mihomo Dashboard, The Official One, XD", "license": "MIT", "type": "module", "scripts": {