From 4e87a3b7baedb09599b9936cfbf00b666f725e9c Mon Sep 17 00:00:00 2001 From: Suyog Tandel Date: Thu, 12 Feb 2026 20:51:42 +0530 Subject: [PATCH] fix: tip syntax in building.md and readme.md --- README.md | 3 ++- docs/Building.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c35a01..97c0bdf 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,8 @@ Or simply build it and link to the current directory: nix build github:librekeys/picoforge ``` -**Tip:** You can use our binary cache to save build time by allowing Nix to set extra-substitutes. +> [!TIP] +> You can use our binary cache to save build time by allowing Nix to set extra-substitutes. #### b. without Flakes diff --git a/docs/Building.md b/docs/Building.md index 8638304..95d871f 100644 --- a/docs/Building.md +++ b/docs/Building.md @@ -94,7 +94,8 @@ Or simply build it and link to the current directory: nix build github:librekeys/picoforge ``` -**Tip:** You can use our binary cache to save build time by allowing Nix to set extra-substitutes. +> [!TIP] +> You can use our binary cache to save build time by allowing Nix to set extra-substitutes. #### b. without Flakes