From 6b4a5b5e91afcf05bbd20cf9481d871f8bb279b7 Mon Sep 17 00:00:00 2001
From: peppe8o <68339686+peppe8o@users.noreply.github.com>
Date: Sat, 5 Dec 2020 18:09:08 +0100
Subject: [PATCH] README: add a new RPI Zero W tutorial (#6443)

Updated tutorial section adding peppe8o.com tutorial to install Gogs on a cheap Raspberry PI Zero W with MariaDB database.
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index c7e637009..6cdb5e0f8 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,7 @@ There are 6 ways to install Gogs:
 
 ### Tutorials
 
+- [Private Git Web Portal in Raspberry PI With Gogs](https://peppe8o.com/private-git-web-portal-in-raspberry-pi-with-gogs/)
 - [How To Set Up Gogs on Ubuntu 14.04](https://www.digitalocean.com/community/tutorials/how-to-set-up-gogs-on-ubuntu-14-04)
 - [Run your own GitHub-like service with the help of Docker](http://blog.hypriot.com/post/run-your-own-github-like-service-with-docker/)
 - [Dockerized Gogs git server and alpine postgres in 20 minutes or less](http://garthwaite.org/docker-gogs.html)