From 69cf9ac4a9da296c5421ca5ec14f3fee00e0d34d Mon Sep 17 00:00:00 2001
From: He Li
Date: Mon, 18 Sep 2023 13:56:18 +0800
Subject: [PATCH] put the llvm into /usr/local
---
elastic-circuits/README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/elastic-circuits/README.md b/elastic-circuits/README.md
index 6635988..83bbc0e 100644
--- a/elastic-circuits/README.md
+++ b/elastic-circuits/README.md
@@ -5,6 +5,7 @@
### Build and install LLVM
```bash
+cd /usr/local
git clone http://github.com/llvm-mirror/llvm --branch release_60 --depth 1
cd llvm/tools
git clone http://github.com/llvm-mirror/clang --branch release_60 --depth 1