File tree Expand file tree Collapse file tree 1 file changed +21
-7
lines changed
Expand file tree Collapse file tree 1 file changed +21
-7
lines changed Original file line number Diff line number Diff line change @@ -13,22 +13,36 @@ A conversational CLI tool that generates custom Xcode color themes. Provide a st
1313
1414## Installation
1515
16+ ### Mint (Recommended)
17+
18+ ``` bash
19+ mint install mkuliszkiewicz/xcode-theme-generator
20+ ```
21+
22+ ### Homebrew
23+
24+ ``` bash
25+ # Coming soon
26+ ```
27+
1628### From Source
1729
1830``` bash
19- # Clone the repository
20- git clone https://github.com/yourusername/xcode-theme-generator.git
31+ git clone https://github.com/mkuliszkiewicz/xcode-theme-generator.git
2132cd xcode-theme-generator
22-
23- # Build and install
2433make install
2534```
2635
27- ### Manual Build
36+ ### Download Binary
37+
38+ Grab the latest release from [ GitHub Releases] ( https://github.com/mkuliszkiewicz/xcode-theme-generator/releases ) :
2839
2940``` bash
30- swift build -c release
31- # Binary is at .build/release/xcode-theme-generator
41+ # Download and extract
42+ curl -L https://github.com/mkuliszkiewicz/xcode-theme-generator/releases/latest/download/xcode-theme-generator-macos-arm64.tar.gz | tar xz
43+
44+ # Move to PATH
45+ sudo mv xcode-theme-generator /usr/local/bin/
3246```
3347
3448## Usage
You can’t perform that action at this time.
0 commit comments