OCamlverse / ocamlverse.github.io

Documentation of everything relevant in the OCaml world
https://ocamlverse.net
Creative Commons Zero v1.0 Universal
175 stars 67 forks source link

Quickstart says to create the lib directory when it already exists #175

Open garyrob opened 1 year ago

garyrob commented 1 year ago

In the Libraries section of the Quickstart, after the sentence "Let’s create a library directory called lib that will be the place to put our library code" is

mkdir lib

However, if the reader has been following the steps laid out so far in the tutorial, that directory already exists.

bluddy commented 1 year ago

Thanks for noticing this. Would you be able to offer a fix?

garyrob commented 1 year ago

I created PR 179 to address this.