Skip to content

Commit 1c26832

Browse files
committed
fix: homebrew scripts
1 parent f9225c4 commit 1c26832

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ A command-line interface for interacting with the [Make](https://www.make.com) a
44

55
## Installation
66

7+
### Homebrew
8+
9+
```bash
10+
brew install integromat/tap/make-cli
11+
```
12+
713
### npm
814

915
```bash

scripts/update-homebrew.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function generateFormula(version: string, binaries: Record<string, string>): str
1313
return `# typed: false
1414
# frozen_string_literal: true
1515
16-
class MakeCLI < Formula
16+
class MakeCli < Formula
1717
desc "A command-line tool for Make automation platform"
1818
homepage "https://www.make.com"
1919
version "${version}"

0 commit comments

Comments
 (0)