From b343a2abd02db0832ea2e7b186de04f2a46c16d0 Mon Sep 17 00:00:00 2001 From: Toastie Date: Sun, 22 Dec 2024 20:36:17 +1300 Subject: [PATCH] Updated marmalade crations guide --- content/Ellie/Marmalade/creating-a-marmalade.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/Ellie/Marmalade/creating-a-marmalade.md b/content/Ellie/Marmalade/creating-a-marmalade.md index 770e0c8..432e976 100644 --- a/content/Ellie/Marmalade/creating-a-marmalade.md +++ b/content/Ellie/Marmalade/creating-a-marmalade.md @@ -24,7 +24,7 @@ This section will guide you through how to create a simple custom marmalade. You - Open your favorite terminal and navigate to a folder where you will keep your project . - Install the ellie-marmalade template - - `git clone https://toastielab.dev/Emotions-stuff/ellie-marmalade` + - `git clone https://toastielab.dev/EllieBotDevs/ellie-marmalade` - `cd ellie-marmalade` - `dotnet new install .\` @@ -33,7 +33,7 @@ This section will guide you through how to create a simple custom marmalade. You - `cd example_marmalade` - Make a new Ellie Marmalade project - - `dotnet new ellie-marmalade` + - `dotnet new ellie-marmalade` - This can be any name you want you just have to specify `-n ` after the first part of the command - Here is an example `dotnet new ellie-marmalade -n my-cool-marmalade` - This will create a marmalade project with the name my-cool-marmalade @@ -84,7 +84,7 @@ This requires writing a little bit of code but we will help you through it as mu