Skip to content

Commit 2f5b133

Browse files
committed
Adding it only in 'A first hour with ocaml'
1 parent 4951a18 commit 2f5b133

File tree

4 files changed

+3
-13
lines changed

4 files changed

+3
-13
lines changed

site/docs/install.fr.md

-4
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,6 @@ Les paquets d'Arch Linux pour OCaml sont
128128

129129
Sur macOS OCaml et/ou OPAM peuvent êtres installés grâce aux systèmes de gestion de paquets tiers.
130130

131-
### Pack tout-en-un (OCaml + éditeur)
132-
133-
Si vous êtes un débutant et que vous recherchez une installation simple, vous pouvez télécharger [ce pack tout-en-un sur l'App Store](https://apps.apple.com/app/ocaml-learn-code/id1547506826). Il contient un éditeur côte à côté avec une console interactive, gratuit et [open source](https://github.com/GroupeMINASTE/OCaml-iOS).
134-
135131
### [Homebrew](http://brew.sh/) [![Homebrew](https://repology.org/badge/version-only-for-repo/homebrew/ocaml.svg)](https://repology.org/metapackage/ocaml)
136132

137133
```bash

site/docs/install.md

-4
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,6 @@ Other Arch Linux packages related to OCaml are
141141
On macOS OCaml and/or OPAM can be installed via the existing third-party
142142
package systems.
143143

144-
### All-in-one package (OCaml + editor)
145-
146-
If you are a beginner and want an easy installation, you can download [this All-in-one package on the App Store](https://apps.apple.com/app/ocaml-learn-code/id1547506826). It contains an editor side by side with an interactive top level, is free and [open source](https://github.com/GroupeMINASTE/OCaml-iOS).
147-
148144
### [Homebrew](http://brew.sh/) [![Homebrew](https://repology.org/badge/version-only-for-repo/homebrew/ocaml.svg)](https://repology.org/metapackage/ocaml)
149145

150146

site/learn/tutorials/a_first_hour_with_ocaml.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ as described in [Up and Running](up_and_running.html).
1010
Alternatively, you may follow almost all of it by running OCaml in your browser
1111
using [TryOCaml](http://try.ocamlpro.com), with no installation required.
1212

13+
On macOS/iOS/iPadOS, you can download [this All-in-one package on the App Store](https://apps.apple.com/app/ocaml-learn-code/id1547506826). It contains an editor side by side with an interactive top level, is free and [open source](https://github.com/GroupeMINASTE/OCaml-iOS).
14+
1315
## Running OCaml programs
1416

1517
To try small OCaml expressions, you can use an interactive top level, or REPL

site/learn/tutorials/up_and_running.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ brew install opam
2727
port install opam
2828
```
2929

30-
If you are a beginner and want an easy installation, you can download [this All-in-one package on the App Store](https://apps.apple.com/app/ocaml-learn-code/id1547506826). It contains an editor side by side with an interactive top level, is free and [open source](https://github.com/GroupeMINASTE/OCaml-iOS).
31-
32-
**For Linux**
33-
34-
The preferred way is to use your system's package manager on
30+
**For Linux** the preferred way is to use your system's package manager on
3531
Linux (e.g `apt-get install opam` or similar). [Details of all installation
3632
methods.](https://opam.ocaml.org/doc/Install.html)
3733

0 commit comments

Comments
 (0)