From 8896e58fa13d5f9bcc8e7e0494cbec09fea4b40c Mon Sep 17 00:00:00 2001 From: Jafeth Garro <45522320+IAmJafeth@users.noreply.github.com> Date: Sun, 25 Aug 2024 16:21:24 -0600 Subject: [PATCH] refactor: moved callout position inside building.md --- content/building.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/content/building.md b/content/building.md index 25eff76..fb476f7 100644 --- a/content/building.md +++ b/content/building.md @@ -4,6 +4,9 @@ title: Building Zen Browser 📦 We've took the time to make building Zen Browser as easy as possible, independent of your operating system or technical knowledge. +> [!failure] +> We cannot provide support if a build fails. Please understand this before proceeding with the following steps. + ## Step 1: Clone the Project First, you need to clone the Zen Browser repository to your local machine. This will create a local copy of the project that you can work on. @@ -63,8 +66,4 @@ After building the browser, you can start it using: npm start ``` -This command launches the browser, allowing you to see your changes in action. - - -> [!failure] -> We cannot provide support if a build fails. Please understand this before proceeding with the following steps. +This command launches the browser, allowing you to see your changes in action. \ No newline at end of file