mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
[example] fix outdated link and filename in README
- Fixed outdated link so it no longer gives 404 - Updated folder name from `dchat-seed` to `dchat`
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
|
||||
A demo chat program to document DarkFi net
|
||||
code. Tutorial can be found in the [DarkFi
|
||||
book](https://darkrenaissance.github.io/darkfi/learn/writing-a-p2p-app.html).
|
||||
book](https://darkrenaissance.github.io/darkfi/learn/dchat/dchat.html).
|
||||
|
||||
## Usage
|
||||
|
||||
Spin up a seed node:
|
||||
|
||||
```shell
|
||||
cd example/dchat-seed
|
||||
cd example/dchat
|
||||
cargo run
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user