Skip to content

Commit 78156bc

Browse files
committed
Update README.md
1 parent bb6bdcc commit 78156bc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,13 @@ OpenPod is designed to communicate with hardware over a local mesh network using
4949
For convenience, an installation script as been provided that will download OpenPod and make the necessary system changes to get OpenPod running. This script can be run from the command line using the following command:
5050

5151
```bash
52-
sudo wget -qO- https://openpod.recursion.space | bash /dev/stdin [options] [arguments]
52+
wget -qO- https://openpod.recursion.space | sudo bash /dev/stdin [options] [arguments]
53+
```
54+
55+
To point to a bash script on GitHub, you can use:
56+
57+
```bash
58+
wget -qO- https://raw.githubusercontent.com/RecursionSpace/OpenPod/master/installer.sh | sudo bash
5359
```
5460

5561
| Option Flag | Description | Example |

0 commit comments

Comments
 (0)