Skip to content

Commit

Permalink
Merge pull request k0sproject#4410 from bizhao/patch-1
Browse files Browse the repository at this point in the history
Correct the k0s path in installation guide
  • Loading branch information
twz123 authored May 17, 2024
2 parents 9dd1376 + 1b39790 commit 7b274cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Though the Quick Start material is written for Debian/Ubuntu, you can use it for

1. Download k0s

Run the k0s download script to download the latest stable version of k0s and make it executable from /usr/bin/k0s.
Run the k0s download script to download the latest stable version of k0s and make it executable from /usr/local/bin/k0s.

```shell
curl -sSLf https://get.k0s.sh | sudo sh
Expand Down

0 comments on commit 7b274cf

Please sign in to comment.