Skip to content

Commit a3121af

Browse files
Merge pull request #272 from sassoftware/PSKD-1724
chore: use tagged release
2 parents 6c1b03b + ed326d1 commit a3121af

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,15 @@ Run these commands in a Terminal session:
6666

6767
```bash
6868
# clone this repository
69-
git clone https://github.com/sassoftware/viya4-iac-gcp
69+
git clone -b <release-version-tag> https://github.com/sassoftware/viya4-iac-gcp
7070

7171
# move to directory
7272
cd viya4-iac-gcp
73+
7374
```
75+
**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.
76+
77+
You can find the latest release version in the [releases page](https://github.com/sassoftware/viya4-iac-gcp/releases).
7478

7579
### Authenticating Terraform to access Google Cloud
7680

0 commit comments

Comments
 (0)