This commit is contained in:
Nils
2025-08-30 20:52:23 +02:00
parent 236e440912
commit d9ae3074bb
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ in your GitHub account.
Clone your newly created fork of the repository to your local machine with the following command: Clone your newly created fork of the repository to your local machine with the following command:
```bash ```bash
git clone https://github.com/Cyclenerd/meshcore-bot.git git clone "https://github.com/Cyclenerd/meshcore-bot.git"
``` ```
## Create a New Branch 🌿 ## Create a New Branch 🌿

View File

@@ -17,7 +17,7 @@ This script is a command bot that connects to a [MeshCore](https://github.com/me
1. **Clone**: Clone this repo: 1. **Clone**: Clone this repo:
```bash ```bash
git clone "https://github.com/Cyclenerd/meshcore-bot"" git clone "https://github.com/Cyclenerd/meshcore-bot.git"
cd "meshcore-bot" cd "meshcore-bot"
``` ```