From 19a826351bfe7c36e0b6290d89ee27959d558b80 Mon Sep 17 00:00:00 2001 From: HeyGarrison Date: Fri, 30 Aug 2024 12:29:16 -0500 Subject: [PATCH] Add in info on Enterprise Server --- docs/tutorialkit.dev/src/content/docs/guides/installation.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/tutorialkit.dev/src/content/docs/guides/installation.mdx b/docs/tutorialkit.dev/src/content/docs/guides/installation.mdx index d0986a9df..04d90b56a 100644 --- a/docs/tutorialkit.dev/src/content/docs/guides/installation.mdx +++ b/docs/tutorialkit.dev/src/content/docs/guides/installation.mdx @@ -36,6 +36,10 @@ Run the following command in your terminal to start the install wizard: You can run this command anywhere on your machine, so there's no need to create a new empty directory for your project before you begin. If you don't have an empty directory yet for your new project, the wizard will help create one for you automatically. +:::tip[Enterprise Server Install] +Looking to use TutorialKit with your organization's instance of StackBlitz's Enterprise Server? Just append the enterprise flag with your instance url like this: `--enterprise ` to the commands above. +::: + ![TutorialKit CLI](./images/tk-cli.png) ## 2. Starting TutorialKit