-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|