Skip to content

Commit

Permalink
Install ocsipersist-sqlite explicitely
Browse files Browse the repository at this point in the history
  • Loading branch information
balat committed Mar 8, 2024
1 parent d27f7f8 commit 7895324
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tutos/7.1/manual/basics-server.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Eliom provides an helper program called {{{eliom-distillery}}} to create your pr
In this section, we will show how to compile and run a //server-side only// Web site by creating your project manually.

{{{
opam install eliom
opam install ocsipersist-sqlite eliom
dune init proj --kind=lib mysite
cd mysite
}}}
Expand Down
2 changes: 1 addition & 1 deletion tutos/7.1/manual/basics.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ Eliom provides an helper program called {{{eliom-distillery}}} to create your pr
In this section, we will show how to compile and run a //server-side only// Web site by creating your project manually.

{{{
opam install eliom
opam install ocsipersist-sqlite eliom
dune init proj --kind=lib mysite
cd mysite
}}}
Expand Down
2 changes: 1 addition & 1 deletion tutos/dev/manual/basics-server.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Eliom provides an helper program called {{{eliom-distillery}}} to create your pr
In this section, we will show how to compile and run a //server-side only// Web site by creating your project manually.

{{{
opam install eliom
opam install ocsipersist-sqlite eliom
dune init proj --kind=lib mysite
cd mysite
}}}
Expand Down
2 changes: 1 addition & 1 deletion tutos/dev/manual/basics.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ Eliom provides an helper program called {{{eliom-distillery}}} to create your pr
In this section, we will show how to compile and run a //server-side only// Web site by creating your project manually.

{{{
opam install eliom
opam install ocsipersist-sqlite eliom
dune init proj --kind=lib mysite
cd mysite
}}}
Expand Down

0 comments on commit 7895324

Please sign in to comment.