hfs 3.0.3 → 3.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -70,6 +70,8 @@ For Docker, see https://github.com/rejetto/hfs/wiki/Docker .
70
70
 
71
71
  For service installation, see https://github.com/rejetto/hfs/wiki/Service-installation.
72
72
 
73
+ For Homebrew, just `brew install rejetto/hfs/hfs`
74
+
73
75
  The minimum Windows version required is 10 or Server 2019.
74
76
 
75
77
  1. Download the zip file for your operating system from https://github.com/rejetto/hfs/releases
@@ -98,8 +100,8 @@ To uninstall, remove the files you unzipped and the configuration/data directory
98
100
 
99
101
  If you can't or don't want to run our binary versions, you can try this:
100
102
 
101
- 1. [install node.js](https://nodejs.org) version 20 (or greater, but then compatibility is not guaranteed)
102
- 2. run at the command line `npx hfs@latest`
103
+ 1. [Install Node.js](https://nodejs.org) version 18 to 24
104
+ 2. Run at the command line `npx hfs@latest`
103
105
 
104
106
  The `@latest` part is optional, and ensures that you are always up to date.
105
107