-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
18 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
# Install klog | ||
|
||
In order to install the downloaded klog binary on your system, copy it | ||
to a location that’s covered by your `$PATH` environment variable, e.g. | ||
to a location that’s included in your `$PATH` environment variable, e.g. | ||
`mv klog /usr/local/bin/klog` (might require `sudo`). | ||
|
||
For other install options, see [the documentation website](https://klog.jotaen.net/#get-klog). | ||
|
||
## Check for updates | ||
|
||
In order to not miss any updates you can either subscribe to the release | ||
notifications on [Github](https://github.com/jotaen/klog) (at the top right: | ||
“Watch”→“Custom”→“Releases”), or you occasionally check by running | ||
“Watch” → “Custom” → “Releases”), or you occasionally check by running | ||
`klog version`. | ||
|
||
For other install options, see [the documentation website](https://klog.jotaen.net/#get-klog). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
# Install klog | ||
|
||
In order to install the downloaded klog binary on your system, copy it | ||
to a location that’s covered by your `PATH` environment variable, e.g. | ||
to a location that’s included in your `PATH` environment variable, e.g. | ||
`C:\Windows\System32` (might require admin privileges). | ||
|
||
For other install options, see [the documentation website](https://klog.jotaen.net/#get-klog). | ||
|
||
## Check for updates | ||
|
||
In order to not miss any updates you can either subscribe to the release | ||
notifications on [Github](https://github.com/jotaen/klog) (at the top right: | ||
“Watch”→“Custom”→“Releases”), or you occasionally check by running | ||
“Watch” → “Custom” → “Releases”), or you occasionally check by running | ||
`klog version`. | ||
|
||
For other install options, see [the documentation website](https://klog.jotaen.net/#get-klog). |