minor formatting

This commit is contained in:
Joshua Ashton
2025-03-13 14:29:19 -06:00
parent 4429a2f560
commit f4a8281bd9
+1 -2
View File
@@ -4,8 +4,8 @@ protocols, Linux, and the Raspberry Pi.
<h2>Getting Started</h2> <h2>Getting Started</h2>
Run the following commands on a fresh installation on a Raspberry Pi: Run the following commands on a fresh installation on a Raspberry Pi:
```
```
sudo apt install git; sudo apt install git;
git clone https://github.com/SLCPL-CreativeLab/ras-pi; git clone https://github.com/SLCPL-CreativeLab/ras-pi;
cd ras-pi/scripts; cd ras-pi/scripts;
@@ -14,7 +14,6 @@ sudo ./install.sh;
# If you want to expose services to the internet, run this command as well. # If you want to expose services to the internet, run this command as well.
sudo ./cloudflared.sh; sudo ./cloudflared.sh;
``` ```
<h3>Expose Services to the Internet</h3> <h3>Expose Services to the Internet</h3>