File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff 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------------------------
159npm 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
2819The standard `npm` package management tool can be used to install
2920BuckleScript. If you don't already have `npm` installed, follow the
@@ -38,7 +29,7 @@ npm install --save bs-platform
3829
3930or install it globally
4031
41- [source,shh ]
32+ [source,sh ]
4233------------
4334npm install -g bs-platform
4435------------
You can’t perform that action at this time.
0 commit comments