Skip to content

Commit 36c55ca

Browse files
committed
Update README.md
1 parent df0470e commit 36c55ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ A Rust-based CLI tool that generates and executes terminal commands using OpenAI
2222
```
2323
export PATH="$PATH:/path/to/llm-term"
2424
```
25+
- To set it permanently, add `export PATH="$PATH:/path/to/llm-term"` to your shell configuration file (e.g., `.bashrc`, `.zshrc`)
2526
2627
- Windows:
2728
```
2829
set PATH="%PATH%;C:\path\to\llm-term"
2930
```
31+
- To set it permanently, add `set PATH="%PATH%;C:\path\to\llm-term"` to your shell configuration file (e.g., `$PROFILE`)
3032
3133
## Development
3234
@@ -42,11 +44,13 @@ A Rust-based CLI tool that generates and executes terminal commands using OpenAI
4244
```
4345
export OPENAI_API_KEY="sk-..."
4446
```
47+
4548
- Windows:
4649
```
4750
set OPENAI_API_KEY="sk-..."
4851
```
4952
53+
5054
2. If using Ollama, make sure it's running locally on the default port (11434)
5155
5256
3. Run the application with a prompt:

0 commit comments

Comments
 (0)