Skip to content

Commit 1c8b023

Browse files
Merge pull request #419 from OpenFn/readme_update
Readme update
2 parents 8e5bb65 + 94bcca2 commit 1c8b023

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,18 @@ website generator that uses Markdown and Javascript.
2828

2929
### Installation
3030

31+
#### Unix-like systems
32+
3133
```console
3234
asdf install
3335
corepack enable
3436
yarn install
3537
```
3638

39+
#### Windows
40+
41+
Install [nvm-windows](https://github.com/coreybutler/nvm-windows). Make sure your `node` version matches the one specified in `.tool-versions`.
42+
3743
### Starting your docs site server
3844

3945
```console

0 commit comments

Comments
 (0)