Upgrading lde
Browse docs
To upgrade lde, simply run the following command:
lde upgradeThis will check if you’re on the latest version, otherwise, it will download the latest release from GitHub and replace the currently running binary with it.
Forcing an upgrade
If your install is broken in some way, or you want to reinstall, you can use –force to ensure the upgrade happens regardless.
lde upgrade --forceUpgrading to a specific version
You can use the –version flag to specify a specific version to upgrade to, which is useful if you want to downgrade or upgrade to a specific pre-release.
lde upgrade --version=0.10.0Upgrading to nightly
You can upgrade to the latest nightly build (most recent build from GitHub)
lde upgrade --nightly