diff --git a/docs/installation.md b/docs/installation.md index 7b7ed4aaf..fbd65789b 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -21,7 +21,7 @@ To install Ignite from the command line, follow these steps: ```bash export VERSION=v0.4.0 -curl -Lo ignite https://github.com/weaveworks/ignite/releases/download/${VERSION}/ignite +curl -fLo ignite https://github.com/weaveworks/ignite/releases/download/${VERSION}/ignite chmod +x ignite sudo mv ignite /usr/local/bin ``` @@ -42,8 +42,6 @@ Now you can continue with the [Getting Started Walkthrough](usage.md). ## Removing the installation -## Removing the installation - To completely remove the Ignite installation, execute the following as root: ```bash # Force-remove all running VMs