We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa77b2 commit ca76213Copy full SHA for ca76213
README.md
@@ -16,6 +16,10 @@
16
17
## Installation
18
19
+### Download
20
+
21
+Download the universal binary from the latest release, extract the zip and move it to `/usr/local/bin/`.
22
23
### Build locally
24
25
```sh
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.3"
+let CLI_VERSION = "0.0.5"
15
struct CodeEditCLI: ParsableCommand {
static let configuration = CommandConfiguration(
0 commit comments