Skip to content

Commit

Permalink
Use bash everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Oct 24, 2023
1 parent feaa16b commit d1fe924
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docs/compiling-to-js-with-melange.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
4 changes: 2 additions & 2 deletions docs/refmt.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Comes inside the [`reason`](https://opam.ocaml.org/packages/reason) package from

## Installation

```sh
```bash
opam install reason
```

Expand All @@ -26,7 +26,7 @@ refmt

## Help

```sh
```bash
REFMT(1) Refmt Manual REFMT(1)

NAME
Expand Down
6 changes: 4 additions & 2 deletions docs/rtop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)!
└─────────────────────────────────────────────────────────────┘
Expand Down

0 comments on commit d1fe924

Please sign in to comment.