From 5ead3f4fcb19806aabafc3a034c4270f40f82b95 Mon Sep 17 00:00:00 2001 From: rzmk Date: Wed, 7 Jun 2023 20:10:03 -0400 Subject: [PATCH] :speech_balloon: Clarify that users can use their own dev setup --- docs/onboarding/setup-overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/onboarding/setup-overview.mdx b/docs/onboarding/setup-overview.mdx index 038b2a9..b564f2f 100644 --- a/docs/onboarding/setup-overview.mdx +++ b/docs/onboarding/setup-overview.mdx @@ -24,6 +24,6 @@ We'll use VirtualBox to create a virtual machine (VM) running Ubuntu. On your VM :::info One more thing! 🎈 -This guide goes over setup using an Ubuntu VM. If you're using a different setup (such as a different OS), you may need to adjust your steps accordingly. +Though using an Ubuntu VM with VirtualBox is not required and you can do development on your own setup, the setup instructions will go over using an Ubuntu VM. If you're using a different setup (such as a different OS), you may need to adjust your steps accordingly. :::