diff --git a/README.md b/README.md index f16067a..41f1954 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,13 @@ The app can also be used to change the default Startup Disk directly from the me --- +## Opening the Project in Xcode: + +1. Clone the repository: `git clone (URL)` or download the zip file and extract it. +2. Launch Xcode, choose "Open another project...". +3. Navigate to the new folder (Xcode will automatically look for and open the `.xcodeproj` file) +4. You should now be able to build and test the project (please open a new issue if that was not the case!) + ## Download initial demo version: Download: @@ -83,19 +90,11 @@ Download: - Bonus: somehow convince whatever Asahi installer installs (currently Fedora Asahi Remix) to automatically install asahi-bless by default - ## Project non-goals: -- Don't support Intel Macs (only support what the Asahi Linux installer supports) - Don't support macOS versions older than 12.3 (only support what the Asahi Linux installer supports) +- Don't support Intel Macs (only support what the Asahi Linux installer supports) - Don't implement anything that could be considered "scope creep" - NOTE: is being "Asahi Linux Helper" scope creep: should this be strictly "Restart in Linux" (and "Restart in macOS")? -## Opening the Project in Xcode: - -1. Clone the repository: `git clone (URL)` or download the zip file and extract it. -2. Launch Xcode, choose "Open another project...". -3. Navigate to the new folder (Xcode will automatically look for and open the `.xcodeproj` file) -4. You should now be able to build and test the project (please open a new issue if that was not the case!) - # See also: [TODO.md](./Asahi%20Linux%20Helper/TODO.md)