Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Clarified how the installed version of Node is leveraged by the node-windows process. Closes #379.
  • Loading branch information
coreybutler authored Oct 1, 2024
1 parent 0696973 commit 54ac1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![NPM version](https://img.shields.io/npm/v/node-windows?label=node-windows&logo=npm&style=for-the-badge)
![NGN Dependencies](https://img.shields.io/librariesio/release/npm/node-windows?style=for-the-badge)

This library can be used to install/start/stop/uninstall Node scripts as Windows background services for **production** environments. This is not a tool for developing applications, it is a tool for releasing them.
This library can be used to install/start/stop/uninstall Node scripts as Windows background services for **production** environments. This is not a tool for developing applications, it is a tool for releasing them. This tool generates an executable that will run your app with whichever version of Node.js is installed on the computer.

See [node-mac](http://github.com/coreybutler/node-mac) and [node-linux](http://github.com/coreybutler/node-linux) if you need to support those operating systems.

Expand Down

0 comments on commit 54ac1e3

Please sign in to comment.