From 6f6c8943b2a59a12a4747c57ee437f0d57bcab37 Mon Sep 17 00:00:00 2001 From: Archbee BOT Date: Mon, 29 Apr 2024 06:41:36 +0000 Subject: [PATCH] Archbee draft docs --- docs/walkthroughs/01-installing-slate.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/walkthroughs/01-installing-slate.md b/docs/walkthroughs/01-installing-slate.md index cab19b2442..6e3dab53f0 100644 --- a/docs/walkthroughs/01-installing-slate.md +++ b/docs/walkthroughs/01-installing-slate.md @@ -1,4 +1,4 @@ -# Installing Slate +# Installing Slate from Archbee Slate is a monorepo divided up into multiple npm packages, so to install it you do: @@ -12,7 +12,7 @@ You'll also need to be sure to install Slate's peer dependencies: yarn add react react-dom ``` -_Note, if you'd rather use a pre-bundled version of Slate, you can `yarn add slate` and retrieve the bundled `dist/slate.js` file! Check out the_ [_Using the Bundled Source_](xx-using-the-bundled-source.md) _guide for more information._ +*Note, if you'd rather use a pre-bundled version of Slate, you can and retrieve the bundled file! Check out the* [*Using the Bundled Source*](xx-using-the-bundled-source.md) *guide for more information.* Once you've installed Slate, you'll need to import it.