Aksel Joonas Reedi commited on
Commit
714ad5a
·
unverified ·
1 Parent(s): b4cbee6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -13,6 +13,12 @@ uv sync
13
  uv tool install -e .
14
  ```
15
 
 
 
 
 
 
 
16
  Create a `.env` file in the project root (or export these in your shell):
17
 
18
  ```bash
@@ -22,12 +28,6 @@ GITHUB_TOKEN=<github-personal-access-token>
22
  ```
23
  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).
24
 
25
- #### That's it. Now `ml-agent` works from any directory:
26
-
27
- ```bash
28
- ml-agent
29
- ```
30
-
31
  ### Usage
32
 
33
  **Interactive mode** (start a chat session):
 
13
  uv tool install -e .
14
  ```
15
 
16
+ #### That's it. Now `ml-agent` works from any directory:
17
+
18
+ ```bash
19
+ ml-agent
20
+ ```
21
+
22
  Create a `.env` file in the project root (or export these in your shell):
23
 
24
  ```bash
 
28
  ```
29
  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).
30
 
 
 
 
 
 
 
31
  ### Usage
32
 
33
  **Interactive mode** (start a chat session):