Skip to content

Commit

Permalink
Readme: Remove Windows from supported OSes, recommend WSL
Browse files Browse the repository at this point in the history
Resolves #5
  • Loading branch information
jirutka committed Jul 2, 2023
1 parent 0027cae commit bcfbd54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ toc::[]

To build and run this project locally you will need:

* Linux system footnote:[It should work on any recent Linux distribution for x86_64, aarch64, or ppc64le architecture.], macOS footnote:[I’m not sure what is the lowest version you need. It should work both on Intel and M1.], or Windows 10+ (x64)
* Linux system footnote:[It should work on any recent Linux distribution for x86_64, aarch64, or ppc64le architecture.], macOS footnote:[I’m not sure what is the lowest version you need. It should work both on Intel and M1.] or Windows Subsystem for Linux (WSL) footnote:[njs doesn’t support Windows, so integration tests won’t run on Windows out of the box. If you’re stuck with Windows, WSL is the easiest way to go.]
* https://nodejs.org/en/download/package-manager/[Node.js] 18.12 or newer
* {npm} (distributed with Node.js) or {yarn}

*NOTE:* You do *not* need Docker or other containerization tool for developing and testing njs scripts! See {nginx-testing} for more information.
*NOTE:* You do *not* need Docker or other containerization tool for developing and testing njs scripts on Linux and macOS! See {nginx-testing} for more information.


== Getting Started
Expand Down

0 comments on commit bcfbd54

Please sign in to comment.