Update README.md
This commit is contained in:
@@ -15,22 +15,21 @@
|
|||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
1. Clone the project :
|
1. Clone the project :
|
||||||
```
|
```bash
|
||||||
git clone https://repo.weispace.net/wei/Launcher.git TestLauncher
|
git clone https://repo.weispace.net/wei/Launcher.git TestLauncher
|
||||||
cd TestLauncher
|
cd TestLauncher
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Sync required packages :
|
2. Sync required packages :
|
||||||
```
|
```bash
|
||||||
uv sync
|
uv sync
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Run the launcher
|
3. Run the launcher
|
||||||
> Is recommended to use `--work-dir` argument to change working directory. (If you don't like launcher mess up the
|
> The launcher provide `--work-dir` argument to change working directory. (If not provided, launcher will use application directory)
|
||||||
> project folder)
|
```bash
|
||||||
```aiignore
|
uv run python main.py
|
||||||
mkdir launcherDir
|
uv run python main.py --work-dir path_to_work_dir # With custom working directory
|
||||||
uv run python main.py --work-dir
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|||||||
Reference in New Issue
Block a user