add requirements
This commit is contained in:
parent
b56f507a20
commit
4d4c899108
2 changed files with 20 additions and 1 deletions
19
README.md
Normal file
19
README.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Pusk
|
||||
|
||||
**WIP: It's not working**
|
||||
|
||||
## Requirements
|
||||
|
||||
```opam
|
||||
$ opam switch list
|
||||
# switch compiler description
|
||||
→ default ocaml-base-compiler.5.0.0 default
|
||||
```
|
||||
|
||||
```sh
|
||||
$ opam install cohttp-lwt-unix
|
||||
```
|
||||
|
||||
## Name history
|
||||
|
||||
Derived from Elon's name :D. Thanks, Elon, for destroying Twitter.
|
2
bin/dune
2
bin/dune
|
@ -1,4 +1,4 @@
|
|||
(executable
|
||||
(public_name pusk)
|
||||
(name main)
|
||||
(libraries pusk))
|
||||
(libraries pusk cohttp-lwt-unix))
|
||||
|
|
Loading…
Reference in a new issue