Skip to content

Commit 24277bd

Browse files
Merge pull request #510 from sassoftware/PSKD-1724
docs: update README to suggest release tags
2 parents 20adbb1 + bdd6da1 commit 24277bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,14 @@ Run the following commands from a terminal session:
9595

9696
```bash
9797
# clone this repo
98-
git clone https://github.com/sassoftware/viya4-iac-azure
98+
git clone -b <release-version-tag> https://github.com/sassoftware/viya4-iac-azure
9999

100100
# move to the project directory
101101
cd viya4-iac-azure
102102
```
103+
**NOTE:** To obtain a tagged release version of this project, always refer to the desired release version tag when cloning this repository as shown above. Alternatively, you can `git checkout <tag>` the tagged release version if you've already cloned the repository without a tag.
104+
105+
You can find the latest release version in the [releases page](https://github.com/sassoftware/viya4-iac-azure/releases).
103106

104107
### Authenticating Terraform to Access Microsoft Azure
105108

0 commit comments

Comments
 (0)