Skip to content

Commit de1b7e6

Browse files
committed
Fix installation
1 parent fce02e2 commit de1b7e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Melange is a compiler that emits JavaScript, from Reason code. You can find all
2525

2626
### Setup a new environment manually
2727

28-
opam needs to be initialised (Initialize `~/.opam`). This step is only required once.
28+
opam needs to be initialized. This initialization will create a folder in `~/.opam`, where the packages will be stored. This step is only required once.
2929

3030
```bash
3131
opam init -y
3232
```
3333

34-
During opam init, you will be asked if you want to add a hook to your shell to put the tools available in the current opam switch on your PATH.
34+
During `opam init`, you will be asked if you want to add a hook to your shell to put the tools available in the current opam switch on your PATH.
3535

3636
```bash
3737
eval $(opam env)

0 commit comments

Comments
 (0)