1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
## Installation ### Setting Up macOS 1. Xcode Tools ```sh xcode-select --install ``` 2. Rust ```sh curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ``` 3. dip CLI ```sh cargo install dip ``` ## Desktop ### Installation