mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
README: update switch creation command
This commit is contained in:
parent
0353e77a26
commit
2b4a9fef9e
1 changed files with 6 additions and 1 deletions
|
|
@ -65,7 +65,12 @@ Windows users should get Windows Subsystem for Linux a.k.a WSL (recommended) or
|
|||
|
||||
* Install right [switch](https://opam.ocaml.org/doc/Manual.html#Switches) for OCaml compiler
|
||||
|
||||
`opam switch create lama ocaml-variants.4.10.1+flambda`
|
||||
```
|
||||
# for fresh opam
|
||||
opam switch create 4.14.0+flambda --packages=ocaml-variants.4.14.0+options,ocaml-option-flambda
|
||||
# for old opam
|
||||
opam switch create lama ocaml-variants.4.10.1+flambda
|
||||
```
|
||||
|
||||
In above command:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue