mirror of
https://github.com/vale981/apheleia
synced 2025-03-05 09:31:40 -05:00
5 lines
198 B
Bash
5 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/
|