From 7a514803be9aceacd0f04c53809d71ac356120b4 Mon Sep 17 00:00:00 2001 From: Wilson Mar Date: Wed, 10 Feb 2021 19:55:52 -0700 Subject: [PATCH] Add notes about install and init --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 296584e..7732274 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,11 @@ First, you'll need some prerequisites: `brew install opam` (The OCaml Package manager & ecosystem) +(Note the install is for your current version of macOS) + Then once that is finished (be sure to follow the homebrew instructions for OPAM after installing): +Create default folder ~/.opam +`opam init` `opam install dune` @@ -92,4 +96,4 @@ ValidatorModule.BrowserValidator.is_valid('{"name":"foo", "description":"some fo "include": [] } ``` -* Optional values are stringly typed, by empty string. Yes, this is trash and yes, I feel bad about it. \ No newline at end of file +* Optional values are stringly typed, by empty string. Yes, this is trash and yes, I feel bad about it.