diff --git a/README.md b/README.md index 85ea3a2..6f309be 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,17 @@ ## Installation +### Homebrew (Recommended) + +```sh +brew install codeeditapp/formulae/codeedit-cli + +# or + +brew tap codeeditapp/formulae +brew install codeedit-cli +``` + ### Download Download the universal binary from the latest release, extract the zip and move it to `/usr/local/bin/`. diff --git a/Sources/CodeEditCLI/main.swift b/Sources/CodeEditCLI/main.swift index 04fa167..5732250 100644 --- a/Sources/CodeEditCLI/main.swift +++ b/Sources/CodeEditCLI/main.swift @@ -11,7 +11,7 @@ import Foundation // ################################################## // This needs to be changed prior to every release! // ################################################## -let CLI_VERSION = "0.0.5" +let CLI_VERSION = "0.0.7" struct CodeEditCLI: ParsableCommand { static let configuration = CommandConfiguration(