Skip to content

Commit

Permalink
Moved git checkout after cd command
Browse files Browse the repository at this point in the history
  • Loading branch information
Mys7erio committed Mar 13, 2023
1 parent 5d4c840 commit f8722de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 v1.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
```
Expand Down

0 comments on commit f8722de

Please sign in to comment.