Skip to content

Commit

Permalink
📖 Info about binary release
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkulman committed Feb 4, 2022
1 parent d35db22 commit 737ddd3
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,15 @@ Or a custom gradient

![Gradient menu bar in macOS Big Sur](Screenshots/Gradient.png)

## Requirements

Due to [Swift Package Manager limitations](https://forums.swift.org/t/only-command-line-tools-installed-xctest-executable-not-found/34088) you need to have [Xcode](https://apps.apple.com/us/app/xcode/id497799835?mt=12) installed and opened at least once for the installation from source code to work.

## Installation

### Mint

The easiest and preferred way to install and run the tools is with [Mint](ttps://github.com/yonaskolb/Mint).

First install [Mint](ttps://github.com/yonaskolb/Mint) with [Homebrew](https://brew.sh/)
Due to [Swift Package Manager limitations](https://forums.swift.org/t/only-command-line-tools-installed-xctest-executable-not-found/34088) you need to have [Xcode](https://apps.apple.com/us/app/xcode/id497799835?mt=12) installed and opened at least once for the installation from source code to work.

After you installed Xcode install [Mint](ttps://github.com/yonaskolb/Mint) with [Homebrew](https://brew.sh/)

```bash
brew install mint
Expand All @@ -60,8 +58,16 @@ mint run igorkulman/ChangeMenuBarColor

and if everything is OK you can use my utility be downloaded and run for the first time. You are ready to go!

### Binary release

If you do not want to install Xcode and Mint you can download [the latest binary release](https://github.com/igorkulman/ChangeMenuBarColor/releases/latest).

The binary release is not signed so it might not work on all systems.

## Usage

All the commands shown are for the utility being installed via Mint. If you downloaded the latest binary release replace `mint run igorkulman/ChangeMenuBarColorSolidColor` with `path/to/unzipped/ChangeMenuBarColorSolidColor`.

### Solid color

To set a new wallpaper file with a solid color rectangle that matches the menu bar, run
Expand Down

0 comments on commit 737ddd3

Please sign in to comment.