We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca10595 commit fd1bc79Copy full SHA for fd1bc79
docs/installation.md
@@ -40,8 +40,8 @@ as a parameter like this:
40
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh -s 0.9.0
41
```
42
43
-The Arduino CLI verifies every 24 hours if there are new releases, if you don't like this behaviour you can disable it
44
-by setting the [`updater.enable_notification` config](configuration.md#configuration-keys) or the
+Arduino CLI checks for new releases every 24 hours. If you don't like this behaviour you can disable it by setting the
+[`updater.enable_notification` config](configuration.md#configuration-keys) or the
45
[env var `ARDUINO_UPDATER_ENABLE_NOTIFICATION`](configuration.md#environment-variables) to `false`.
46
47
### Download
0 commit comments