Skip to content

Commit f763814

Browse files
README update (#1446)
1 parent 214c565 commit f763814

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ For testing purposes you can create a [minikube](https://minikube.sigs.k8s.io/do
7575
mv kubeplus-kubectl-plugins-v*.tar.gz plugins/.
7676
cd plugins
7777
tar -zxvf kubeplus-kubectl-plugins-v*.tar.gz
78-
export KUBEPLUS_HOME=`pwd`
79-
export PATH=$KUBEPLUS_HOME/plugins:$PATH
78+
export PATH=`pwd`:$PATH
8079
kubectl kubeplus commands
8180
```
8281

0 commit comments

Comments
 (0)