Skip to content

Commit 28fa33b

Browse files
committed
Patch-readme-and-docs
1 parent cb0eced commit 28fa33b

2 files changed

Lines changed: 5 additions & 24 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# fnd
22

3-
Footnote is a protocol for synchronizing different types of messages across a peer-to-peer network. This repository contains the source code for `fnd` - the protocol's reference implementation in Go.
3+
FootNote Daemon - `fnd` is a reference implementation of a [Footnote](https://github.com/kyokan/footnote) node.
44

55
## Getting Started
66

7-
Check out the [documentation](./docs/README.md) for build and start-up instructions.
7+
Check out the [documentation](./docs/README.md) for build instructions.
88

9-
## Current Seed(s)
10-
Add the following seed to join the current network.
9+
## Initial Seeds (Last Updated: 11/05)
10+
Add the these seed nodes to join the current network.
1111

1212
### US West
1313
- `3b755ceafc5811f0a50e102c96169b062ad1295edea0adf675e8647963acf89e@64.225.89.142`

docs/quick_start.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,7 @@ the Handshake network.
2828

2929
## Step 2: Get the Binaries
3030

31-
You can find precompiled binaries for your system and their PGP
32-
signature on our [GitHub
33-
Releases](https://github.com/kyokan/ddrp/releases) page. Download the
34-
`.tgz` archive and PGP signature for your system, then verify the
35-
archive using the command below:
36-
37-
``` bash
38-
gpg --verify ddrp-<os>-<arch>.tgz.sig ddrp-<os>-<arch>.tgz
39-
```
40-
41-
You should see output that looks like the following. Make sure to verfiy
42-
that the outputted key ID is `D4B604F1`:
43-
44-
gpg: Signature made Tue Jan 7 19:29:04 2020 PST using RSA key ID D4B604F1
45-
gpg: Good signature from "Kyokan Security <security@kyokan.io>"
46-
47-
If everything checks out, it's time to extract the archive onto your
48-
`PATH`. To do this, run the following commands (note that they assume
49-
`/usr/local/bin` is on your `$PATH`, if it isn't substitute it for a
50-
directory that is):
31+
You can find precompiled binaries on our [GitHub Releases](https://github.com/kyokan/fnd/releases) page. Download the `.tgz` archive and extract the archive onto your `PATH`. To do this, run the following commands (note that they assume `/usr/local/bin` is on your `$PATH`, if it isn't substitute it for a directory that is):
5132

5233
``` bash
5334
tar -C /usr/local/bin -xzvf ddrp-<os>-<arch>.tgz

0 commit comments

Comments
 (0)