--recursive

This commit is contained in:
MotorTruck1221 2024-10-25 17:01:28 -06:00
parent 5d4397d38b
commit 202b9946e2
No known key found for this signature in database
GPG key ID: 58241D7D0CAD3E4E

View file

@ -79,7 +79,7 @@ Prerequisites:
1. Clone the repo:
```bash
git clone https://github.com/nebulaservices/nebula && cd nebula
git clone https://github.com/nebulaservices/nebula --recursive && cd nebula
```
2. Install all of the dependencies:
@ -125,7 +125,7 @@ Prerequisites:
1. Clone the repo (skip if using prebuilt image):
```bash
git clone https://github.com/nebulaservices/nebula && cd nebula
git clone https://github.com/nebulaservices/nebula --recursive && cd nebula
```
2. Create an `config.toml` file (if using prebuilt image, copy the example from the repo):
@ -161,7 +161,7 @@ Prerequisites:
1. Clone the repo (skip if using prebuilt image):
```bash
git clone https://github.com/nebulaservices/nebula
git clone https://github.com/nebulaservices/nebula --recursive
```
2. Create an `config.toml` file (if using prebuilt image, copy the example from the repo):