From 12c18bc4e93cfb943c8080a965ac4bea78fe517f Mon Sep 17 00:00:00 2001 From: Pedro Manse Date: Mon, 17 Mar 2025 13:31:50 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(README)=20Add=20link=20to=20GNU=20?= =?UTF-8?q?Make?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just like docker-compose, create link to the software's site on it's first mention. 📝(Changelog) Added entry 📝(Changelog) Added pull request id --- CHANGELOG.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eab38c6..6f4b60a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to ## Added +- 📝(doc) Added GNU Make link to README #750 - ✨(frontend) add pinning on doc detail #711 - 🚩(frontend) feature flag analytic on copy as html #649 - ✨(frontend) Custom block divider with export #698 diff --git a/README.md b/README.md index 0510c75d..f13fa44e 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Docker Compose version v2.32.4 **Project bootstrap** -The easiest way to start working on the project is to use GNU Make: +The easiest way to start working on the project is to use [GNU Make](https://www.gnu.org/software/make/): ```shellscript $ make bootstrap FLUSH_ARGS='--no-input'