add note in README.md
This commit is contained in:
parent
2dc9ef4d82
commit
a956c82107
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -2,6 +2,16 @@
|
|||
|
||||
> Step-by-step instructions for setting up a Mac Mini from scratch.
|
||||
|
||||
## Quick Start
|
||||
|
||||
For automated setup, run the provided script:
|
||||
|
||||
```bash
|
||||
./setup.sh
|
||||
```
|
||||
|
||||
The script automates most steps and pauses for manual configuration when needed (Docker settings, web interface setup, etc.). For detailed manual instructions, continue reading below.
|
||||
|
||||
---
|
||||
|
||||
## 1. Homebrew
|
||||
|
|
|
|||
Loading…
Reference in a new issue