File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 16
16
17
17
## Installation
18
18
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
+
19
30
### Download
20
31
21
32
Download the universal binary from the latest release, extract the zip and move it to ` /usr/local/bin/ ` .
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import Foundation
11
11
// ##################################################
12
12
// This needs to be changed prior to every release!
13
13
// ##################################################
14
- let CLI_VERSION = " 0.0.5 "
14
+ let CLI_VERSION = " 0.0.7 "
15
15
16
16
struct CodeEditCLI : ParsableCommand {
17
17
static let configuration = CommandConfiguration (
You can’t perform that action at this time.
0 commit comments