From 87f09a147a76845a79a9a031944a80f0621ae3ba Mon Sep 17 00:00:00 2001
From: M33 <327-m33@git.qoto.org>
Date: Sun, 2 Jan 2022 12:07:14 +0000
Subject: [PATCH] Update README.md

---
 README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/README.md b/README.md
index d0e5887..5ddfccf 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,22 @@ This particular setting in your instance configuration yaml in the `.config/defa
 signToActivityPubGet: true
 ```
 
+## Fill your global timeline with relays
+Bootstraping a new instance, solo or small sized, is a real pain. You will see only content from people you follow. A solution to fill your TL is to register your instance to relays, that will repeat content from others instances to your TL.
+Here is a list of popular relays:
+```
+https://relay.intahnet.co.uk/inbox
+
+https://relay.pettingzoo.co/inbox
+
+https://relay.blob.cat/inbox
+
+https://relay.fedi.agency/inbox
+
+https://relay.homunyan.com/inbox
+```
+
+
 ## Arm64 specific
 
 Deploying your misskey instance on arm64 using docker is pretty straightforward, you will need to use some generic flavor of docker images instead of specific/pined version from the original docker-compose.yml file (see the exemple yaml file in this repository).
-- 
GitLab