Skip to content

Commit e530777

Browse files
authored
Update 17-cli.md
Signed-off-by: patwlan <163450632+patwlan@users.noreply.github.com>
1 parent 94a01c4 commit e530777

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

docs/arc/17-cli.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Install Arc CLI
55

6-
1. Install Arc Runner
6+
Install Arc CLI:
77

88
On Linux, macOS, and Windows (using WSL or bash compatible shell like Cygwin or MinGW)
99
```
@@ -19,13 +19,7 @@ iex "& { $(iwr https://ps.jbang.dev) } app install --fresh --force https://githu
1919
```
2020
(This will install everything you need to run the arc-runner, including JAVA)
2121

22-
2. Open a new console window and install the Weather Agent
23-
```
24-
arc install weather
25-
```
26-
(This will install the weather agent located at https://github.com/eclipse-lmos/arc/blob/main/arc-runner/weather.agent.kts)
27-
28-
3. Set environment variables
22+
## Setup LLM Access
2923

3024
On Linux, macOS, and Windows (using WSL or bash compatible shell like Cygwin or MinGW)
3125
```
@@ -43,13 +37,19 @@ $env:ARC_CLIENT="openai" // or azure, ollama, etc.
4337
$env:ARC_MODEL="gpt-4o" // the name of the model to use
4438
```
4539

46-
4. Run Arc
40+
## Create an Agent
41+
42+
```
43+
arc new my-agent
44+
```
45+
46+
## Run Arc
4747

4848
```
4949
arc run
5050
```
5151

52-
4. Chat with the weather agent
52+
## Chat with the weather agent
5353
```
54-
open browser at http://localhost:8080/chat/index.html
54+
arc view
5555
```

0 commit comments

Comments
 (0)