From c614a201a211c97af8ff7674760cf8ef19855a09 Mon Sep 17 00:00:00 2001 From: ansuz Date: Sun, 19 Jun 2016 14:19:15 +0200 Subject: [PATCH] point to the cjdns repo for instructions on using credentials --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78c0eb4..eb1f711 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,18 @@ -# peers [![Build Status](https://secure.travis-ci.org/hyperboria/peers.png)](http://travis-ci.org/hyperboria/peers) +[![Build Status](https://secure.travis-ci.org/hyperboria/peers.png)](http://travis-ci.org/hyperboria/peers) A geographically sorted list of public peering credentials for joining [Hyperboria](https://hyperboria.net/). -Hyperboria uses [cjdns](https://github.com/cjdelisle/cjdns) to construct an end-to-end-encrypted ipv6 mesh network. +[Hyperboria](https://hyperboria.net/) uses [cjdns](https://github.com/cjdelisle/cjdns) to construct an end-to-end-encrypted ipv6 mesh network. Connections between nodes are established manually, and traffic is restricted to the resulting social graph. This repository exists for those who don't already know somebody on Hyperboria. +## Using credentials + +First, set up a cjdns node. + +To connect your node to one of these public peers, follow [the steps in the cjdns README](https://github.com/cjdelisle/cjdns/#3-connect-your-node-to-your-friends-node). + ## Adding your public node's credentials If you've created a public node, and would like to have it listed here, fork the repo, add a keyfile, and submit a PR.