Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,14 @@ Run the following commands in a terminal session:

```bash
# clone this repository
git clone https://github.com/sassoftware/viya4-deployment
git clone -b <release-version-tag> https://github.com/sassoftware/viya4-deployment

# move to directory
cd viya4-deployment
```
**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.

You can find the latest release version in the [releases page](https://github.com/sassoftware/viya4-deployment/releases).

### Authenticating Ansible to Access Cloud Provider

Expand Down