add requirements

This commit is contained in:
Mylloon 2023-05-12 09:43:21 +02:00
parent b56f507a20
commit 4d4c899108
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 20 additions and 1 deletions

19
README.md Normal file
View 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.

View file

@ -1,4 +1,4 @@
(executable
(public_name pusk)
(name main)
(libraries pusk))
(libraries pusk cohttp-lwt-unix))