From f4a8281bd9e4c46d0f4638063632dd4c363238b1 Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Thu, 13 Mar 2025 14:29:19 -0600 Subject: [PATCH] minor formatting --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a93be9b..8ca7eae 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ 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; @@ -14,7 +14,6 @@ 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