diff --git a/arm64/README.md b/arm64/README.md new file mode 100644 index 0000000..2943653 --- /dev/null +++ b/arm64/README.md @@ -0,0 +1,14 @@ +noso-go.sh +``` +rm noso-go.sh;wget -q https://git.sthope.dev/sthope/Crypto-Noso/raw/branch/master/arm64/noso-go.sh;chmod +x noso-go.sh +``` + +noso-go +``` +rm noso-go;wget -q https://git.sthope.dev/sthope/Crypto-Noso/raw/branch/master/arm64/noso-go;chmod +x noso-go +``` + +All-in-one +``` +rm noso-go.sh noso-go;wget -q https://git.sthope.dev/sthope/Crypto-Noso/raw/branch/master/arm64/noso-go.sh;wget -q https://git.sthope.dev/sthope/Crypto-Noso/raw/branch/master/arm64/noso-go;chmod +x noso-go.sh noso-go;ls -l +```