mirror of
https://github.com/Cyclenerd/meshcore-bot.git
synced 2026-03-28 17:42:46 +01:00
repo url
This commit is contained in:
@@ -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 🌿
|
||||||
|
|||||||
@@ -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"
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -50,4 +50,4 @@ node meshcore-bot.js "/dev/ttyUSB0"
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
All files in this repository are under the [Apache License, Version 2.0](LICENSE) unless noted otherwise.
|
All files in this repository are under the [Apache License, Version 2.0](LICENSE) unless noted otherwise.
|
||||||
|
|||||||
Reference in New Issue
Block a user