docs(run-on-macos.md): fix typo

This commit is contained in:
mzz
2023-04-16 19:58:51 +08:00
committed by GitHub
parent 9292cb80d9
commit 6a617f16f0

View File

@ -43,7 +43,7 @@ Then, configure lima configuration and dae VM configuration.
```shell ```shell
# Configure lima networks. # Configure lima networks.
socket_vmnet_bin=$(readlink -f ${HOMEBREW_PREFIX}/opt/socket_vmnet)/bin/socket_vmnet socket_vmnet_bin=$(readlink -f ${HOMEBREW_PREFIX}/opt/socket_vmnet)/bin/socket_vmnet
sed -ir "s#^ *socketVMNet:.*# socketVMNet: \"${socket_vmnet_bin}\"#" .lima/_config/networks.yaml sed -ir "s#^ *socketVMNet:.*# socketVMNet: \"${socket_vmnet_bin}\"#" ~/.lima/_config/networks.yaml
``` ```
```shell ```shell