diff --git a/README.md b/README.md index 9914ebf9..9d834ebe 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ Please refer [SODA documentation](https://docs.sodafoundation.io/soda-gettingsta ```bash sudo apt-get update && sudo apt-get install -y git git clone https://github.com/sodafoundation/installer.git -git checkout 1.8.0 # you may choose specific release version also cd installer/ansible +git checkout v1.8.0 # you may choose specific release version also chmod +x install_dependencies.sh && source install_dependencies.sh export PATH=$PATH:/home/$USER/.local/bin ``` @@ -85,8 +85,8 @@ sudo -E env "PATH=$PATH" ansible-playbook site.yml -i local.hosts -v ```bash sudo apt-get update && sudo apt-get install -y git git clone https://github.com/sodafoundation/installer.git -git checkout 1.8.0 # you may choose specific release version also cd installer/ansible +git checkout v1.8.0 # you may choose specific release version also chmod +x install_dependencies.sh && source install_dependencies.sh export PATH=$PATH:/home/$USER/.local/bin ```