From 4fb339522a6dc4265554094f857c09ff81f7e6d0 Mon Sep 17 00:00:00 2001 From: "kaosat.dev" Date: Wed, 14 Aug 2024 16:20:26 +0200 Subject: [PATCH] docs(quickstart): minor tweaks for 0.1.0-alpha.1 release --- docs/quickstart/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart/README.md b/docs/quickstart/README.md index fad6e40..2ab4961 100644 --- a/docs/quickstart/README.md +++ b/docs/quickstart/README.md @@ -17,7 +17,7 @@ This guide assumes you use Blender 4.2 or newer and have set it to English. ## Install the Blender Addon -- Download `blenvy.zip` from the [release page](https://github.com/kaosat-dev/Blenvy/releases/tag/blenvy_v0.1.0_pre_alpha) +- Download `blenvy.zip` from the [release page](https://github.com/kaosat-dev/Blenvy/releases/tag/blenvy_0.1.0-alpha.1) - Open Blender - Drag and drop `blenvy.zip` into Blender -
@@ -39,7 +39,7 @@ Run the following commands: cargo new my_game cd my_game cargo add bevy -cargo add blenvy --git https://github.com/kaosat-dev/Blenvy/ --branch blenvy +cargo add blenvy ``` This guide will tell you to `cargo run` at multiple points. We expect that you are still in the `my_game` directory when you do so.