From d1fe924297144cd48b6691e3d2078c2f65c4ed8b Mon Sep 17 00:00:00 2001 From: David Sancho Moreno Date: Tue, 24 Oct 2023 20:37:28 +0200 Subject: [PATCH] Use bash everywhere --- docs/compiling-to-js-with-melange.md | 3 ++- docs/refmt.md | 4 ++-- docs/rtop.md | 6 ++++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/compiling-to-js-with-melange.md b/docs/compiling-to-js-with-melange.md index aa0621fe6..e6dc70a68 100644 --- a/docs/compiling-to-js-with-melange.md +++ b/docs/compiling-to-js-with-melange.md @@ -42,7 +42,8 @@ make serve # Run the development server If you prefer to do all the steps manually, here is a step by step. Assuming you have an opam switch with OCaml 5.1.0. If not, check the [installation](installation.md#setup-a-new-environment-manually) guide. #### Install melange -```sh + +```bash opam install melange ``` diff --git a/docs/refmt.md b/docs/refmt.md index 8184f40f3..210cad482 100644 --- a/docs/refmt.md +++ b/docs/refmt.md @@ -10,7 +10,7 @@ Comes inside the [`reason`](https://opam.ocaml.org/packages/reason) package from ## Installation -```sh +```bash opam install reason ``` @@ -26,7 +26,7 @@ refmt ## Help -```sh +```bash REFMT(1) Refmt Manual REFMT(1) NAME diff --git a/docs/rtop.md b/docs/rtop.md index 8b0ee00be..d8885c268 100644 --- a/docs/rtop.md +++ b/docs/rtop.md @@ -10,14 +10,16 @@ Inspired by [utop](https://github.com/ocaml-community/utop) ## Installation -```sh +```bash opam install rtop ``` ## Usage -```sh +```bash rtop +``` +```bash ─────────────┬─────────────────────────────────────────────────────────────┬────────────── │ Welcome to utop version 2.13.1 (using OCaml version 5.0.0)! │ └─────────────────────────────────────────────────────────────┘