You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,7 @@ This repo contains the command line interface (CLI) for [deployKF](https://githu
6
6
7
7
## Install
8
8
9
-
You can install the `deploykf` CLI by downloading the appropriate binary for your OS from the [releases page](https://github.com/deployKF/cli/releases).
10
-
- You may wish to rename the binary to `deploykf` (or `deploykf.exe` on Windows).
11
-
- You may need to make the binary executable on Linux/macOS by running `chmod +x deploykf`.
12
-
- You may also wish to move the binary to a directory that is in your `PATH` environment variable.
13
-
- On Linux/macOS you might run `sudo mv deploykf /usr/local/bin/`.
14
-
- On Windows you might run `move deploykf.exe C:\Windows\System32\`.
9
+
To install the `deploykf` CLI, please follow the [installation instructions](https://www.deploykf.org/guides/install-deploykf-cli/) on the deployKF website.
0 commit comments