Skip to content

Commit f821e3b

Browse files
authored
docs: fix argument order for agentfs fs commands in README (#323)
2 parents a0bcdf9 + 35c6c76 commit f821e3b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,18 @@ Agent ID: my-agent
6464
Inspect the agent filesystem:
6565

6666
```bash
67-
$ agentfs fs ls my-agent
67+
$ agentfs fs my-agent ls
6868
Using agent: my-agent
6969
f hello.txt
7070

71-
$ agentfs fs cat my-agent hello.txt
71+
$ agentfs fs my-agent cat hello.txt
7272
hello from agent
7373
```
7474

7575
You can also use a database path directly:
7676

7777
```bash
78-
$ agentfs fs cat .agentfs/my-agent.db hello.txt
78+
$ agentfs fs .agentfs/my-agent.db cat hello.txt
7979
hello from agent
8080
```
8181

0 commit comments

Comments
 (0)