Skip to content

Commit 3ef11a5

Browse files
committed
update version & readme
1 parent 76a1c70 commit 3ef11a5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@
1616

1717
## Installation
1818

19+
### Homebrew (Recommended)
20+
21+
```sh
22+
brew install codeeditapp/formulae/codeedit-cli
23+
24+
# or
25+
26+
brew tap codeeditapp/formulae
27+
brew install codeedit-cli
28+
```
29+
1930
### Download
2031

2132
Download the universal binary from the latest release, extract the zip and move it to `/usr/local/bin/`.

Sources/CodeEditCLI/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Foundation
1111
// ##################################################
1212
// This needs to be changed prior to every release!
1313
// ##################################################
14-
let CLI_VERSION = "0.0.5"
14+
let CLI_VERSION = "0.0.7"
1515

1616
struct CodeEditCLI: ParsableCommand {
1717
static let configuration = CommandConfiguration(

0 commit comments

Comments
 (0)