diff --git a/installation.md b/installation.md index 284dba2ad9..39b0e8faf5 100644 --- a/installation.md +++ b/installation.md @@ -440,7 +440,7 @@ command an authorization token. Of course, you need to have `curl` installed as 4. Curl the client bundle down to your node. - $ curl -k -H "X-Access-Token:admin:$AUTHTOKEN" https:///api/clientbundle -o bundle.zip + $ curl -k -H "Authorization: Bearer $AUTHTOKEN" https:///api/clientbundle -o bundle.zip The browser downloads a `bundle.zip` file.