From 1e6d5c533f40ee1a6149e51395005019b1d6d372 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Tue, 22 Aug 2017 22:05:59 +0800 Subject: [PATCH] refine README --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7e561f7..93d6083a 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ make sudo make install ``` -For details, you could reference `.travis_linux.sh` in the source root. +For details, you could reference [.travis_linux.sh](.travis_linux.sh) in the source root. ## MacOS If you prefer command line on macOS, you could follow these steps. diff --git a/README_zh.md b/README_zh.md index c8ced799..374e0a69 100644 --- a/README_zh.md +++ b/README_zh.md @@ -167,7 +167,7 @@ make sudo make install ``` -更多细节,您可以参考源代码根目录下的`.travis_linux.sh`。 +更多细节,您可以参考源代码根目录下的 [.travis_linux.sh](.travis_linux.sh) 。 ## MacOS 在macOS下,您可以执行以下步骤来编译: