Skip to content

Commit

Permalink
Merge pull request #34 from evpeople/patch-1
Browse files Browse the repository at this point in the history
doc: fix typo
  • Loading branch information
wlh320 authored Sep 10, 2024
2 parents 1ee550f + 7482220 commit 042fb3d
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 042fb3d

Please sign in to comment.