Skip to content

Commit e4aaf81

Browse files
committed
Use an authenticated example
1 parent 2b4396e commit e4aaf81

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,15 @@ cat2-admin adduser user@example.com foobar11
148148

149149
**List available roots:**
150150
```sh
151-
cat2-client roots
151+
cat2-client --user user@example.com --pass foobar11 roots
152152
```
153153
<details>
154154
<summary>Show output</summary>
155155

156156
```
157157
@public
158+
@personal
159+
@shared
158160
```
159161
</details>
160162

0 commit comments

Comments
 (0)