Skip to content

Commit

Permalink
docs: update starting guides to clone main
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobinstein committed Oct 8, 2023
1 parent 7cb540e commit 33e54e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/linux-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ These packages are not required to run a node in its basic form. However, they w

- Clone the ar-io-node repository and navigate into it:
```
git clone https://github.com/ar-io/ar-io-node
git clone -b main https://github.com/ar-io/ar-io-node
cd ar-io-node
```

Expand Down
4 changes: 2 additions & 2 deletions docs/windows-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The hardware specifications listed below represent the minimum system requiremen

- Run the following command:
```
git clone https://github.com/ar-io/ar-io-node
git clone -b main https://github.com/ar-io/ar-io-node
```

## Create the Environment File
Expand Down Expand Up @@ -186,7 +186,7 @@ To expose your node to the internet and use a custom domain, follow these steps:
```
- Run the following command:
```
git clone https://github.com/bobinstein/dockerized-nginx
git clone -b main https://github.com/bobinstein/dockerized-nginx
```

**Note**: This NGINX container was designed to easily automate many of the more technical aspects of setting up NGNIX and obtaining an ssl certificate so your node can be accessed with https. However, wildcard domain certifications cannot be universally automated due to significant security concerns. Be sure to follow the instructions in this project for obtaining wildcard domain certificates in order for your node to function properly.
Expand Down

0 comments on commit 33e54e8

Please sign in to comment.