From 582925dafc60b925d470ecc049db1dbda6ef1710 Mon Sep 17 00:00:00 2001 From: glyph Date: Thu, 25 Aug 2022 11:54:19 +0100 Subject: [PATCH] add link to tutorial repo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f13787b..2f73b28 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ _Symbiosis of SSB, key-value store and web server._ lykin is a tutorial application funded by a Secure Scuttlebutt (SSB) community grant. It is intended to showcase one way in which an SSB application can be written using the [golgi](http://golgi.mycelial.technology) client library. The application is not intended for widespread or longterm use and will not be maintained as such; it is purely for demonstration purposes. Anyone is free to fork the repository and use it as the basis for their own application. +If you'd like to learn how lykin works, or how to build your own simple Scuttlebutt client application, please read the [lykin tutorial series](https://git.coopcloud.tech/glyph/lykin_tutorial). + ## Quickstart Prerequisites: a running instance of go-sbot (see the [installation guide](https://github.com/ssbc/go-ssb#installation)).