From e5bd7209ebc815e2591dc5d18207b55c688afb20 Mon Sep 17 00:00:00 2001 From: angel Date: Sun, 25 Jan 2026 01:52:55 +0000 Subject: [PATCH] doc: update readme's git url --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b34bf99..3d10ed8 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ This is a "Modern" Navidrome (or Subsonic) client built with [Next.js](https://n 1. **Clone and install the required dependencies** ```bash -git clone https://github.com/sillyangel/project-still.git -cd project-still/ +git clone https://github.com/sillyangel/mice.git +cd mice/ pnpm install # or npm @@ -113,7 +113,7 @@ docker run -p 3000:3000 \ sillyangel/mice:latest ``` - **For detailed Docker configuration, environment variables, troubleshooting, and advanced setups, see [DOCKER.md](./DOCKER.md)** + **For detailed Docker configuration, environment variables, troubleshooting, and advanced setups, see [DOCKER.md](./docs/DOCKER.md)** ## Tech Stack