doc: env DISABLE_UPDATE
Massimo Melina committed
Feb 24, 2025 at 18:45 UTC
23f9a9c2587209c142f70c5d7fbd7273e405a780
1 file changed
+3
-2
README.md
+3
-2
@@ -81,7 +81,7 @@ If you don't like this behavior, disable it in the Admin-panel or enter this con
81
82
If your system is not Windows/Linux/Mac or you just don't want to run the binaries, you can try this alternative version:
83
84
-1. [install node.js](https://nodejs.org) version 18
84
+1. [install node.js](https://nodejs.org) version 18.20
85
2. execute at command line `npx hfs@latest`
86
87
The `@latest` part is optional, and ensures that you are always up to date.
@@ -132,7 +132,8 @@ If your language is missing, please consider [translating yourself](https://gith
132
- Right-click on "check for updates" will let you input a URL of a version to install
133
- Shift+click on a file will show & play
134
- Type the name of a file/folder to focus it, and ctrl+backspace to go to parent folder
135
-- `--consoleFile PATH` will output all stdout and stderr also to a file
135
+- `--consoleFile PATH` will output all stdout and stderr also to a file
136
+- env `DISABLE_UPDATE=1` (for containers)
137
138
## Contribute
139