Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 43606b3

Browse files
authored
documentation updates (#2)
* use --labels flag in doc * add latest tag for installation
1 parent b0079dd commit 43606b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can download a binary for the [latest release on GitHub](https://github.com/
1313
or install stalk via Go:
1414

1515
```bash
16-
go install go.xrstf.de/stalk
16+
go install go.xrstf.de/stalk@latest
1717
```
1818

1919
## Usage
@@ -57,7 +57,7 @@ stalk -n kube-system deployments,statefulsets,configmaps,clusterroles
5757
You can include Cluster-wide resources.
5858

5959
```bash
60-
stalk -n kube-system deployments --selector "key=value"
60+
stalk -n kube-system deployments --labels "key=value"
6161
```
6262

6363
A label selector can be given. It will be applied to all given resource kinds.

0 commit comments

Comments
 (0)