From bf1c6e3d4333741828d4f84be843d2e7446e7613 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 27 Jun 2020 10:43:43 +0200 Subject: [PATCH] Referenced CONTRIBUTING doc from README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f8a1990a..cd3ba8ea 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ A PHP-based self-hosted URL shortener that can be used to serve shortened URLs u > This document references Shlink 2.x. If you are using an older version and want to upgrade, follow the [UPGRADE](UPGRADE.md) doc. +> If you are trying to find out how to run the project in development mode or how to provide contributions, read the [CONTRIBUTING](CONTRIBUTING.md) doc. + ## Table of Contents - [Installation](#installation)