Skip to content

Commit ca76213

Browse files
committed
update build number and readme
1 parent afa77b2 commit ca76213

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

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

1717
## Installation
1818

19+
### Download
20+
21+
Download the universal binary from the latest release, extract the zip and move it to `/usr/local/bin/`.
22+
1923
### Build locally
2024

2125
```sh

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.3"
14+
let CLI_VERSION = "0.0.5"
1515

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

0 commit comments

Comments
 (0)