aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-10-12 14:24:03 +0100
committerYann Herklotz <git@yannherklotz.com>2021-10-12 14:24:03 +0100
commitb018c1ef00eade87c9efbf48cc2e3466877ea79d (patch)
tree15315d6cffee8ec742b60f91414e5d31c697acab
parentb067fbe946d24be5a6a39c551421227b2d637a9a (diff)
downloadgsa-mlir-b018c1ef00eade87c9efbf48cc2e3466877ea79d.tar.gz
gsa-mlir-b018c1ef00eade87c9efbf48cc2e3466877ea79d.zip
Fix small typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6bb269f..fc01b01 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ docker exec -it gsa-mlir /bin/bash
## Setting up LLVM
First, download and install MLIR from the [`llvm-project`](https://github.com/llvm/llvm-project/)
-and compile it, installing it in `/`
+and compile it, installing it in `/opt/llvm`
``` sh
cd /opt