From 6136c0b94be194c2b0e2cf909aad1a455af4401d Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 15 May 2023 17:20:47 +0200 Subject: [PATCH] Revert "Revert "Revert "Add a command who install dependencies based on dune-project""" This reverts commit 499de3978ae086d27c1174689ce9c6e0940878a3. --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index fd47baf..dd6f5c4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Pusk +<<<<<<< HEAD ## Requirements ```opam @@ -20,6 +21,8 @@ Derived from Elon's name :D. Thanks, Elon, for destroying Twitter. ## TODO list +======= +>>>>>>> parent of 658ef57 (Add a command who install dependencies based on dune-project) - [x] Download a driver - [x] Run a driver in background during the life of the app - [x] [Figuring out how to use drivers](https://w3c.github.io/webdriver/#endpoints) @@ -28,3 +31,19 @@ Derived from Elon's name :D. Thanks, Elon, for destroying Twitter. - [x] Then tweet if needed something like "Don't delete my account please" - [x] Close everything properly - [ ] Maybe create a docker image for easy deployment? + +## Requirements + +```opam +$ opam switch list +# switch compiler description +→ default ocaml-base-compiler.4.14.1 default +``` + +```sh +$ opam install cohttp-lwt-unix tls-lwt dotenv twostep +``` + +## Name history + +Derived from Elon's name :D. Thanks, Elon, for destroying Twitter.