Skip to content

Commit

Permalink
README.md: reorder slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
rxhfcy authored Apr 6, 2024
1 parent 6fd5557 commit 22f4fc8
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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)

0 comments on commit 22f4fc8

Please sign in to comment.