Skip to content

Commit

Permalink
Use bash skip for mld
Browse files Browse the repository at this point in the history
  • Loading branch information
dlesbre committed May 15, 2024
1 parent 5cde1a8 commit eed9003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.mld
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ as part of the {{: https://codex.top/}Codex semantics library}, developed at
{1 Installation}

This library can be installed with {{: https://opam.ocaml.org/}opam}:
{@shell[
{@bash skip[
opam install patricia-tree
]}

Alternatively, you can clone the source repository and install with {{: https://dune.build/}dune}:
{@shell[
{@bash skip[
git clone [email protected]:codex-semantics-library/patricia-tree.git
opam install . --deps-only
cd patricia-tree
Expand Down

0 comments on commit eed9003

Please sign in to comment.