Skip to content

Commit c5ab564

Browse files
author
scauligi
committed
readme nits
1 parent af9b203 commit c5ab564

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,14 @@ To install you can either build the source or download ```factc```. We recommend
5151

5252
FaCT is developed using Ocaml and LLVM 6.0.
5353

54-
You can download a docker image with an environment already set up to build the compiler here: XXX
55-
How to use it: TODO
54+
You use a docker image with an environment already set up to build the compiler:
55+
56+
```
57+
cd docker/
58+
./run.sh
59+
# run the following once inside the docker shell:
60+
eval $(opam config env)
61+
```
5662

5763
Otherwise, you can set up a build environment locally, following the directions below.
5864

@@ -102,4 +108,4 @@ We can now build the compiler:
102108

103109
```make```
104110

105-
This will give us the ```factc``` executable.
111+
This will produce the ```factc``` executable.

0 commit comments

Comments
 (0)