mirror of
https://github.com/vale981/apheleia
synced 2025-03-06 01:51:41 -05:00
6 lines
198 B
Bash
6 lines
198 B
Bash
![]() |
apt-get install -y opam
|
||
|
|
||
|
opam init -n --disable-sandboxing --root /opt/ocamlformat
|
||
|
opam install ocamlformat -y --root /opt/ocamlformat
|
||
|
ln -s /opt/ocamlformat/default/bin/ocamlformat /usr/local/bin/
|