We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a1c70 commit 3ef11a5Copy full SHA for 3ef11a5
2 files changed
README.md
@@ -16,6 +16,17 @@
16
17
## Installation
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
30
### Download
31
32
Download the universal binary from the latest release, extract the zip and move it to `/usr/local/bin/`.
Sources/CodeEditCLI/main.swift
@@ -11,7 +11,7 @@ import Foundation
11
// ##################################################
12
// This needs to be changed prior to every release!
13
14
-let CLI_VERSION = "0.0.5"
+let CLI_VERSION = "0.0.7"
15
struct CodeEditCLI: ParsableCommand {
static let configuration = CommandConfiguration(
0 commit comments