From 0ea417a3311d7fd90b7216df966d23855a67b11f Mon Sep 17 00:00:00 2001 From: decolua Date: Mon, 5 Jan 2026 11:00:32 +0700 Subject: [PATCH] Update README.md to correct image path and reorder installation instructions for clarity --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 061a8a9..2077aeb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ AI endpoint proxy with web dashboard - A JavaScript port of [CLIProxyAPI](https://github.com/router-for-me/CLIProxyAPI). -![9Router Dashboard](https://github.com/decolua/9router/raw/main/images/9router.png) +![9Router Dashboard](./images/9router.png) ## 📖 Introduction @@ -49,12 +49,12 @@ AI endpoint proxy with web dashboard - A JavaScript port of [CLIProxyAPI](https: ## 📦 Install ```bash -# Run directly with npx (recommended) -npx 9router - -# Or install globally +# Install globally npm install -g 9router 9router + +# Run directly with npx +npx 9router ``` ## 🚀 Quick Start