Skip to content

Commit

Permalink
fix: macros
Browse files Browse the repository at this point in the history
  • Loading branch information
RobynLlama committed Aug 26, 2024
1 parent f21ef8e commit 2d44276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/Guides/Your-First-Mod.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Create a new folder with your project name wherever you'd like it to be on your

Example Command:

{ .important }
{: .important }
> This command will not work in powershell due to bad escaping. You should run this command via GitBash
```bash
Expand All @@ -132,7 +132,7 @@ The template actually copies the complete git history of our source files into y

Before starting, make sure you know your repo's .git url. You can get this by going to your repo in Github and looking for a button that says "<> Code" on it. Click that to get a dropdown and then copy either the HTTP or SSH git link to use in the next command.

{ .note }
{: .note }
> You will need to run these commands in GitBash on Windows
```bash
Expand Down

0 comments on commit 2d44276

Please sign in to comment.