diff --git a/README.md b/README.md index 7849613..a93be9b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ protocols, Linux, and the Raspberry Pi.

Getting Started

Run the following commands on a fresh installation on a Raspberry Pi: ``` + sudo apt install git; git clone https://github.com/SLCPL-CreativeLab/ras-pi; cd ras-pi/scripts; @@ -13,6 +14,7 @@ sudo ./install.sh; # If you want to expose services to the internet, run this command as well. sudo ./cloudflared.sh; + ```

Expose Services to the Internet