From 9358e401295e1b2c72ac6b7156d17c22351f499b Mon Sep 17 00:00:00 2001 From: The Darsh <129121284+its-darsh@users.noreply.github.com> Date: Fri, 15 Nov 2024 22:17:59 +0200 Subject: [PATCH] feat: rewrite is merged already --- src/content/docs/guide/development-environment.mdx | 2 +- src/content/docs/guide/first-widget.mdx | 2 +- src/content/docs/index.mdx | 5 ----- src/content/docs/introduction/installation-guide.mdx | 4 ++-- 4 files changed, 4 insertions(+), 9 deletions(-) diff --git a/src/content/docs/guide/development-environment.mdx b/src/content/docs/guide/development-environment.mdx index ab490de..9d16e65 100644 --- a/src/content/docs/guide/development-environment.mdx +++ b/src/content/docs/guide/development-environment.mdx @@ -15,7 +15,7 @@ To start developing, you should grab the latest commit of Fabric so that you're To do this, run this command: ```bash -git clone https://github.com/Fabric-Development/fabric -b rewrite +git clone https://github.com/Fabric-Development/fabric ``` ```bash -pip install git+https://github.com/Fabric-Development/fabric.git@rewrite +pip install git+https://github.com/Fabric-Development/fabric.git ``` This method is more prone to dependency issues.