From f48f526f0ad93acf4be888ddcfaf90199e778814 Mon Sep 17 00:00:00 2001 From: yichuan520030910320 Date: Tue, 22 Jul 2025 23:21:15 -0700 Subject: [PATCH] fix readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e42b73..215a9cd 100755 --- a/README.md +++ b/README.md @@ -48,14 +48,12 @@ git submodule update --init --recursive **macOS:** ```bash brew install llvm libomp boost protobuf zeromq -export CC=$(brew --prefix llvm)/bin/clang -export CXX=$(brew --prefix llvm)/bin/clang++ # Install with HNSW backend (default, recommended for most users) # Install uv first if you don't have it: # curl -LsSf https://astral.sh/uv/install.sh | sh # See: https://docs.astral.sh/uv/getting-started/installation/#installation-methods -uv sync +CC=$(brew --prefix llvm)/bin/clang CXX=$(brew --prefix llvm)/bin/clang++ uv sync ``` **Linux:**