From 04f21a6241dfabf1717be60aed10ffec10525f6e Mon Sep 17 00:00:00 2001 From: Bin Lu Date: Wed, 14 Jul 2021 13:46:55 +0800 Subject: [PATCH] Update README.md --- deploy/vector_search/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/vector_search/README.md b/deploy/vector_search/README.md index 73a5d276..90ed3bf2 100644 --- a/deploy/vector_search/README.md +++ b/deploy/vector_search/README.md @@ -58,7 +58,7 @@ brew install gcc ``` #### 注意: 1. 若提示 `Error: Running Homebrew as root is extremely dangerous and no longer supported...`, 参考该[链接](https://jingyan.baidu.com/article/e52e3615057a2840c60c519c.html)处理 -2. 若提示 `Error: Failure while executing; `tar --extract --no-same-owner --file...` 参考该[链接](https://blog.csdn.net/Dawn510/article/details/117787358)处理 +2. 若提示 `Error: Failure while executing; `tar --extract --no-same-owner --file...`, 参考该[链接](https://blog.csdn.net/Dawn510/article/details/117787358)处理 在安装之后编译后的可执行程序会被复制到/usr/local/bin下面,查看这个文件夹下的gcc: ``` -- GitLab