This is an automated email from the ASF dual-hosted git repository.
isjarana pushed a commit to branch baremetal
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git
The following commit(s) were added to refs/heads/baremetal by this push:
new 600f3810 Update README.md
600f3810 is described below
commit 600f381085d6c1e87de1e29df98ab77c5dc983c3
Author: Isuru Ranawaka <[email protected]>
AuthorDate: Wed Aug 10 19:51:33 2022 -0400
Update README.md
---
ansible/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ansible/README.md b/ansible/README.md
index 58eb0432..5666878f 100644
--- a/ansible/README.md
+++ b/ansible/README.md
@@ -23,9 +23,9 @@ python3 --version
```
Clone Custos git repo and switch branch.
```bash
-git clone https://github.com/abhinav7sinha/airavata-custos.git
+git clone https://github.com/apache/airavata-custos.git
cd airavata-custos
-git switch ansible-baremetal
+git switch baremetal
```
Create a virtual environment in the ansible directory
```bash