Add scripts to install deps
This commit is contained in:
parent
3761364d2d
commit
e7e25526be
3 changed files with 9 additions and 4 deletions
6
ocaml/scripts/setup
Executable file
6
ocaml/scripts/setup
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
./scripts/bootstrap
|
||||
|
||||
opam pin add cheesebot .
|
||||
opam install cheesebot
|
Loading…
Add table
Add a link
Reference in a new issue