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 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
2132Download 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
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
1616struct CodeEditCLI : ParsableCommand {
1717 static let configuration = CommandConfiguration (
You can’t perform that action at this time.
0 commit comments