[labs] more instructions

Summary: .

Reviewed By: mbouaziz

Differential Revision: D13651081

fbshipit-source-id: aab5356f2
master
Jules Villard 6 years ago committed by Facebook Github Bot
parent 8e4fea7693
commit 339911bb75

@ -23,7 +23,9 @@ cp -av /infer/. /infer-host
eval $(opam env)
```
You can now edit the files *locally* in `$HOME/infer-docker` and build infer *inside Docker* in `/infer-host` using the shell prompt gotten in step 2. The quickest way is to run `make byte` from `/infer-host`.
4. Outside Docker, you will likely need to change the permissions of `$HOME/infer-docker` to make the files editable by your user: `sudo chown $USER -R $HOME/infer-docker`.
You can now edit the files *locally* in `$HOME/infer-docker` and build infer *inside Docker* in `/infer-host` using the shell prompt gotten in step 2. The quickest way is to run `make` from `/infer-host` once, then `make byte` for a quicker edit/compile cycle.
### (a') ...or, alternatively, build Infer locally from scratch

Loading…
Cancel
Save