Skip to content

Commit

Permalink
fix(cli): Update cat.js guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Apr 23, 2024
1 parent 1218331 commit 6d33438
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/cli/demo/cat.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@
// This command will set up the cat page, create a URL,
// and open it.
//
// > endo install familiar-chat cat.js --powers SELF
// > endo install cat.js --powers AGENT --listen 8920 --name cat
//
// Thereafter,
//
// > endo open familiar-chat
// > endo open cat
//
// To interact with the permission manager, you can mock requests from a fake
// guest.
//
// > endo eval 42 --name ft
// > endo request --as cat 'pet me'
// > endo mkguest feline
// > endo request --as feline 'pet me'
//
// At this point, the command will pause, waiting for a response.
// In the Familiar Chat window, resolve the request with the pet name "ft" and
Expand Down

0 comments on commit 6d33438

Please sign in to comment.