From 7b1fba7e537e04ca376293475c0535fbfbfcddc8 Mon Sep 17 00:00:00 2001 From: wei Date: Fri, 14 Aug 2026 11:43:12 +0000 Subject: [PATCH] Update README.md --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 470efcd..65fdd7c 100644 --- a/README.md +++ b/README.md @@ -15,22 +15,21 @@ ### Installation 1. Clone the project : -``` +```bash git clone https://repo.weispace.net/wei/Launcher.git TestLauncher cd TestLauncher ``` 2. Sync required packages : -``` +```bash uv sync ``` 3. Run the launcher -> Is recommended to use `--work-dir` argument to change working directory. (If you don't like launcher mess up the -> project folder) -```aiignore -mkdir launcherDir -uv run python main.py --work-dir +> The launcher provide `--work-dir` argument to change working directory. (If not provided, launcher will use application directory) +```bash +uv run python main.py +uv run python main.py --work-dir path_to_work_dir # With custom working directory ``` ## Troubleshooting