From 35457bb4b51fa338d74a8c5604538b23f3f05a2a Mon Sep 17 00:00:00 2001 From: EndLineTech03 <67485499+EndLineTech03@users.noreply.github.com> Date: Thu, 26 Aug 2021 13:29:51 +0200 Subject: [PATCH 1/2] Adding description, documentation --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0babd8..ab22dbc 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,15 @@ # Asahi Linux installer -This isn't even remotely ready yet. +Install and set up the Asahi Linux environment and all the needed files into a bootable stub macOS partition. From there you can access m1n1. + +This isn't even remotely ready for the end user yet. ## Building `./build.sh` +## Release + +WARNING: This tool is in development and should be used only for testing purposes. It may be useful to understand how the final result will be. + +Run this command from the mac terminal (works also in 1TR): `curl -L https://mrcn.st/alxsh | sh` From 500683df533652759c140849794b53743ca41617 Mon Sep 17 00:00:00 2001 From: EndLineTech03 <67485499+EndLineTech03@users.noreply.github.com> Date: Wed, 24 Nov 2021 11:26:07 +0100 Subject: [PATCH 2/2] Update asahi-installer setup command In case of network failure, it is safer to use. Co-authored-by: Kate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab22dbc..27b705e 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ This isn't even remotely ready for the end user yet. WARNING: This tool is in development and should be used only for testing purposes. It may be useful to understand how the final result will be. -Run this command from the mac terminal (works also in 1TR): `curl -L https://mrcn.st/alxsh | sh` +Run this command from the mac terminal (works also in 1TR): `/bin/sh -c "$(curl -fsSL https://mrcn.st/alxsh)"`