From 8b4e479544984cea82dbb5df7130a2b7db81fa8c Mon Sep 17 00:00:00 2001 From: Shreedhar Hegde Date: Thu, 28 Apr 2022 16:04:16 +0530 Subject: [PATCH] added docusaurus admonitions to set-up-your-development-environment.md --- .../tutorial/0-set-up-your-development-environment.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/content/tutorial/0-set-up-your-development-environment.md b/docs/content/tutorial/0-set-up-your-development-environment.md index 5e509faaff..9c692f23fe 100644 --- a/docs/content/tutorial/0-set-up-your-development-environment.md +++ b/docs/content/tutorial/0-set-up-your-development-environment.md @@ -58,7 +58,11 @@ If you prefer using something like homebrew you can also run: brew install node ``` -> **Mac users**: Make sure that you have Xcode command line tools installed; if not run `xcode-select --install` +:::tip + +**Mac users**: Make sure that you have Xcode command line tools installed; if not run `xcode-select --install` + +::: ### Git