Updating README
This commit is contained in:
19
README.md
19
README.md
@ -1,2 +1,21 @@
|
||||
# LCI
|
||||
|
||||
[Report](report/document.pdf) is located in the [report/](report/) folder
|
||||
|
||||
## To install prerequisites
|
||||
|
||||
```
|
||||
opam install dune menhir clap
|
||||
```
|
||||
|
||||
## To run the tests
|
||||
|
||||
```
|
||||
dune runtest
|
||||
```
|
||||
|
||||
## To run an executable
|
||||
|
||||
```
|
||||
dune exec miniImpInterpreterReg {-}{-} -i bin/sum.miniimp -r 4 -v 100 -e
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user