From ca2dc85f3a2bbb22a4dd34caf3977e6d5d35f932 Mon Sep 17 00:00:00 2001 From: Jacob Blain Christen Date: Fri, 25 Sep 2020 01:08:14 -0700 Subject: [PATCH] Update BUILDING.md --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 9a27018b42..bb2e921b64 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -50,4 +50,4 @@ To run the built artifact(s) locally or on a remote host: It isn't obvious but `kubectl` will be installed and ready to use after starting up `rke2`. To use it you will need to: - `export KUBECONFIG=/etc/rancher/rke2/rke2.yaml` -- `export PATH="$(ls -td /var/lib/rancher/rke2/data/*/bin | head -n 1):$PATH"` +- `export PATH=/var/lib/rancher/rke2/bin:$PATH"`