fix: fix loal > local (#468)

pull/469/head
1ch0 2022-04-18 10:49:24 +08:00 committed by GitHub
parent e1b4d9885c
commit 366403cd60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Minikube 用于在本地运行 kubernetes 环境,用来开发和测试。
下载完成后修改文件名为 `minikube`,然后 `chmod +x minikube`,移动到 `$PATH` 目录下:
```bash
sudo mv ~/Download/minikube-darwin-adm64 /usr/loal/bin/
sudo mv ~/Download/minikube-darwin-adm64 /usr/local/bin/
sudo chmod +x /usr/local/bin/minikube
```