From 748222053f49354b41441fc0994a47a1f77bbd6b Mon Sep 17 00:00:00 2001 From: evpeople <54983536+evpeople@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:57:19 +0800 Subject: [PATCH] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 477ae67..79d1841 100644 --- a/README.md +++ b/README.md @@ -127,8 +127,8 @@ https://user-images.githubusercontent.com/14821247/213079440-f0ab2ddd-5e44-4e41- ```bash # 用于编译 - export LIBRIME_LIB_DIR= /usr/local/lib - export LIBRIME_INCLUDE_DIR= /usr/local/include + export LIBRIME_LIB_DIR=/usr/local/lib + export LIBRIME_INCLUDE_DIR=/usr/local/include # 用于运行 export DYLD_LIBRARY_PATH=/usr/local/lib # 最好放在~/.zshrc中,记得修改~/.zshrc 后,source ~/.zshrc ```