Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
evpeople authored Sep 10, 2024
1 parent 1ee550f commit 7482220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 7482220

Please sign in to comment.