Skip to content

Commit f182713

Browse files
committed
Windows workflow
1 parent a5ad50b commit f182713

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

src/pages/community/roadmap.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Here's the place to keep up with what's happening for the Reason team! This list
2525

2626
Wanna help?
2727

28+
- **Working on Windows**? Please help us improve the [Windows tooling support](https://github.com/reasonml/reasonml.github.io/issues/195)!
2829
- [Improve the documentation and website](https://github.com/reasonml/reasonml.github.io/issues). There's also the [BuckleScript manual and API reference](https://bucklescript.github.io/bucklescript/Manual.html#_contributing_to_the_documentation)
2930
- [Help us translate the docs!](https://github.com/reasonml/reasonml.github.io/issues/3)
3031
- [Suggest better error messages](https://github.com/reasonml-community/error-message-improvement/issues)

src/pages/guide/editor-tools/global-installation.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,21 @@ order: 10
99

1010
| Platform | Install command
1111
|-----------|-------------------------------------------------------------------------------------------------
12-
| **OSX** | `npm install -g https://github.com/reasonml/reason-cli/archive/beta-v-1.13.7-bin-darwin.tar.gz`
13-
| **Linux** | `npm install -g https://github.com/reasonml/reason-cli/archive/beta-v-1.13.7-bin-linux.tar.gz`
12+
| **OSX** | `npm install -g https://github.com/reasonml/reason-cli/archive/beta-v-1.13.7-bin-darwin.tar.gz`
13+
| **Linux** | `npm install -g https://github.com/reasonml/reason-cli/archive/beta-v-1.13.7-bin-linux.tar.gz`
14+
| **Windows** | Please see https://github.com/reasonml/reasonml.github.io/issues/195
1415

15-
**`reason-cli` currently doesn't work on Windows**, but it's not a hard requirement for using Reason; you still have great CLI build system diagnosis messages through BuckleScript, whose npm global package [`bs-platform`](https://www.npmjs.com/package/bs-platform) does work on Windows.
16+
**Extra note for Windows users**: the current editor tooling support for Windows is shaky. Please help us improve it through the issue above! Thank you.
1617

1718
### (Alternative) Through OPAM
1819

1920
[OPAM](https://opam.ocaml.org) is the native package manager for OCaml. If you come from OCaml and don't have npm/yarn, you can optionally install this way, but be careful!
2021

21-
**Make sure you're on OCaml `4.02.3`**.
22+
**If you're on Windows**, please see https://github.com/reasonml/reasonml.github.io/issues/195.
2223

2324
```
2425
opam update
26+
opam switch 4.02.3 # mandatory!
2527
opam install reason.1.13.7
2628
opam install merlin.2.5.4
2729
```

0 commit comments

Comments
 (0)