diff --git a/README.md b/README.md index 2e3b61a..e289a85 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ The arguments are: ### Example ```bash -./rmmagent-linux.sh install 'https://mesh.example.com' 'https://api.example.com' 3 1 'XXXXX' server +bash ./rmmagent-linux.sh install 'https://mesh.example.com' 'https://api.example.com' 3 1 'XXXXX' server ``` ## Update @@ -86,14 +86,14 @@ The arguments are: Simply launch the script with *update* as argument. ```bash -./rmmagent-linux.sh update +bash ./rmmagent-linux.sh update ``` ## Uninstall To uninstall the agent, launch the script with this argument: ```bash -./rmmagent-linux.sh uninstall 'Mesh FQDN' 'Mesh ID' +bash ./rmmagent-linux.sh uninstall 'Mesh FQDN' 'Mesh ID' ``` Note: Single quotes must be around the Mesh ID for it to uninstall the mesh agent properly