Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit d538ca4

Browse files
authored
Update build instruction in README (#759)
Use a valid LLVM version in Docker instructions
1 parent b8621d9 commit d538ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ This will build the container for you and run it with your local directory mount
104104

105105
```sh
106106
# Build McSema container
107-
ARCH=amd64; UBUNTU=18.04; LLVM=800; docker build . \
107+
ARCH=amd64; UBUNTU=18.04; LLVM=9; docker build . \
108108
-t mcsema:llvm${LLVM}-ubuntu${UBUNTU}-${ARCH} \
109109
-f Dockerfile \
110110
--build-arg UBUNTU_VERSION=${UBUNTU} \

0 commit comments

Comments
 (0)