Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 714ad5a

Browse files
authored
Update README.md
1 parent b4cbee6 commit 714ad5a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

‎README.md‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ uv sync
1313
uv tool install -e .
1414
```
1515

16+
#### That's it. Now `ml-agent` works from any directory:
17+
18+
```bash
19+
ml-agent
20+
```
21+
1622
Create a `.env` file in the project root (or export these in your shell):
1723

1824
```bash
@@ -22,12 +28,6 @@ GITHUB_TOKEN=<github-personal-access-token>
2228
```
2329
If no `HF_TOKEN` is set, the CLI will prompt you to paste one on first launch. To get a GITHUB_TOKEN follow the tutorial [here](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-fine-grained-personal-access-token).
2430

25-
#### That's it. Now `ml-agent` works from any directory:
26-
27-
```bash
28-
ml-agent
29-
```
30-
3131
### Usage
3232

3333
**Interactive mode** (start a chat session):

0 commit comments

Comments
 (0)