From 46db9a1433d42dabc6ea3c94dc76ff58fa74bbe8 Mon Sep 17 00:00:00 2001 From: Weston Blieden <111699155+Mo3he@users.noreply.github.com> Date: Mon, 5 Sep 2022 21:03:24 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a0cefba..eaccec3 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Axis_Cam_Tailscale -## To install tailscale on Axis cameras -1. copy the files "tailscale" and "tailscaled" for the correct proccesor to the camera in a new directory /usr/local/packages/tailscale +## To install Tailscale on Axis cameras +1. Copy the files "tailscale" and "tailscaled" for the correct proccesor to the camera in a new directory /usr/local/packages/tailscale 2. `cd /usr/local/packages/tailscale` 3. `chmod 777 tailscaled` 4. `chmod 777 tailscale` -5. copy "tailscaled.service" to /etc/systemd/system +5. Copy "tailscaled.service" to /etc/systemd/system 6. `systemctl daemon-reload` 7. `systemctl enable tailscaled.service` 8. `systemctl start tailscaled.service`