Skip to content

Commit

Permalink
Merge pull request #513 from Mys7erio/fixes
Browse files Browse the repository at this point in the history
Fixed git checkout command in README (Issue #512)
  • Loading branch information
joseph-v authored Mar 14, 2023
2 parents 94b1b6e + f8722de commit bebdf88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 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
```
Expand Down Expand Up @@ -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
```
Expand Down

0 comments on commit bebdf88

Please sign in to comment.