From b018c1ef00eade87c9efbf48cc2e3466877ea79d Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 12 Oct 2021 14:24:03 +0100 Subject: Fix small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit