Skip to content

Commit d11cbbd

Browse files
Add Mint and binary download installation instructions
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ae9bd66 commit d11cbbd

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

README.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff 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
2132
cd xcode-theme-generator
22-
23-
# Build and install
2433
make 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

0 commit comments

Comments
 (0)