diff --git a/docs/balena-cli.md b/docs/balena-cli.md index 5fcf376e..8dd1ae8f 100644 --- a/docs/balena-cli.md +++ b/docs/balena-cli.md @@ -2834,11 +2834,6 @@ from other balena accounts that you may be invited to join under any role. For this reason, fleet names are especially discouraged in scripts (e.g. CI environments). -Note: This command is currently not supported on Windows natively. Windows users -are advised to install the Windows Subsystem for Linux (WSL) with Ubuntu, and use -the Linux release of the balena CLI: -https://docs.microsoft.com/en-us/windows/wsl/about - Examples: $ balena os configure ../path/rpi3.img --device 7cf02a6 diff --git a/lib/commands/os/configure.ts b/lib/commands/os/configure.ts index 62be056e..d25f8ce2 100644 --- a/lib/commands/os/configure.ts +++ b/lib/commands/os/configure.ts @@ -75,11 +75,6 @@ export default class OsConfigureCmd extends Command { https://developer.gnome.org/NetworkManager/stable/ref-settings.html ${applicationIdInfo.split('\n').join('\n\t\t')} - - Note: This command is currently not supported on Windows natively. Windows users - are advised to install the Windows Subsystem for Linux (WSL) with Ubuntu, and use - the Linux release of the balena CLI: - https://docs.microsoft.com/en-us/windows/wsl/about `; public static examples = [