From 3ff4e3e0a99d072d34396c894a8ad59699991c92 Mon Sep 17 00:00:00 2001 From: fspecii Date: Wed, 4 Feb 2026 04:40:56 +0200 Subject: [PATCH] Update README paths to reference ACE-Step-1.5 directory Match the actual repository name from https://github.com/ace-step/ACE-Step-1.5 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fd173a8..7819096 100644 --- a/README.md +++ b/README.md @@ -155,8 +155,8 @@ ### Linux / macOS ```bash -# 1. Start ACE-Step API (in ACE-Step directory) -cd /path/to/ACE-Step +# 1. Start ACE-Step API (in ACE-Step-1.5 directory) +cd /path/to/ACE-Step-1.5 uv run acestep-api --port 8001 # 2. Start ACE-Step UI (in another terminal) @@ -166,8 +166,8 @@ cd ace-step-ui ### Windows ```batch -REM 1. Start ACE-Step API (in ACE-Step directory) -cd C:\path\to\ACE-Step +REM 1. Start ACE-Step API (in ACE-Step-1.5 directory) +cd C:\path\to\ACE-Step-1.5 uv run acestep-api --port 8001 REM 2. Start ACE-Step UI (in another terminal) @@ -244,13 +244,13 @@ copy server\.env.example server\.env **Linux / macOS:** ```bash -cd /path/to/ACE-Step +cd /path/to/ACE-Step-1.5 uv run acestep-api --port 8001 ``` **Windows:** ```batch -cd C:\path\to\ACE-Step +cd C:\path\to\ACE-Step-1.5 uv run acestep-api --port 8001 ```