Skip to content

Commit

Permalink
Merge pull request #84 from uqbar-dao/wg/fake-node-hi
Browse files Browse the repository at this point in the history
Add /hi to boot-fake-node example
  • Loading branch information
0x70b1a5 authored Jan 24, 2024
2 parents 3d912cc + 837dcb5 commit b454fd7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/kit/boot-fake-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ kit boot-fake-node

# In a new terminal
kit boot-fake-node -h /tmp/kinode-fake-node-2 -p 8081 -f fake2.os

# Send a message from fake2.os to fake.os
# In the terminal of fake2.os:
/hi fake.os hello!

# You should see "hello!" in the first node's terminal
```

## Discussion
Expand Down

0 comments on commit b454fd7

Please sign in to comment.