Skip to content

Commit 2187c01

Browse files
authored
fix #1037 (#1041)
Update Installation.adoc
1 parent 6670169 commit 2187c01

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

site/docsource/Installation.adoc

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,17 @@ Below is a list of different ways to install BuckleScript:
44

55
### Windows Installation
66

7-
[NOTE]
8-
.WINDOWS prerequisite
9-
============
10-
BuckleScript works natively on Windows, currently users have to install
11-
http://protz.github.io/ocaml-installer/[OCaml Cygwin] first,
12-
make sure that `ocamlopt` is in `PATH`.
137
[source,sh]
148
------------------------
159
npm install bs-platform
1610
------------------------
17-
After installation, BuckleScript does not rely on Cygwin anymore.
18-
============
1911

20-
21-
### Minimal installation from NPM
12+
### *nix installation
2213
2314
.Prerequisites
2415
* Standard C toolchain
2516
* `npm` (should be installed with Node)
26-
17+
* https://github.com/ninja-build/ninja/releases[ninja] (version >= 1.7)
2718
2819
The standard `npm` package management tool can be used to install
2920
BuckleScript. If you don't already have `npm` installed, follow the
@@ -38,7 +29,7 @@ npm install --save bs-platform
3829
3930
or install it globally
4031
41-
[source,shh]
32+
[source,sh]
4233
------------
4334
npm install -g bs-platform
4435
------------

0 commit comments

Comments
 (0)