7 lines
80 B
Text
7 lines
80 B
Text
|
#!/bin/sh
|
||
|
|
||
|
./scripts/bootstrap
|
||
|
|
||
|
opam pin add cheesebot .
|
||
|
opam install cheesebot
|