From e84413a63f6aebb7544c4bce48a37225eda68e24 Mon Sep 17 00:00:00 2001 From: Weston Blieden <111699155+Mo3he@users.noreply.github.com> Date: Tue, 6 Dec 2022 13:51:55 +0100 Subject: [PATCH] Update README.md --- README.md | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index d941741..8216e3f 100644 --- a/README.md +++ b/README.md @@ -37,21 +37,6 @@ note that you need to enclose your password with quotes (`'`) if it contains spe The recommended way to install this ACAP is to use the pre built eap file in the build diretory. -It's also possible to build and use a locally built image as all necesary files are provided. - -Replace binaries in lib folder with new versions. - -https://pkgs.tailscale.com/stable/ - -To build, -From main directory of the version you want (arm/aarch64) - -``` -docker build --tag . -``` -``` -docker cp $(docker create ):/opt/app ./build -``` ## Using the Tailscale ACAP @@ -66,7 +51,25 @@ You will need a tailscale.com account to use the ACAP The eap files will be updated from time to time alternativly simply replace the files "tailscale" and "tailscaled" in the app directory with the new versions before building. Make sure you use the files for the correct Soc. -Latest versions can be found at https://pkgs.tailscale.com/stable/#static + +It's also possible to build and use a locally built image as all necesary files are provided. + +Replace binaries in lib folder with new versions. + +Latest versions can be found at + +https://pkgs.tailscale.com/stable/#static + + +To build, +From main directory of the version you want (arm/aarch64) + +``` +docker build --tag . +``` +``` +docker cp $(docker create ):/opt/app ./build +```