Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 590 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 590 Bytes

validat0rs/ansible-thorchain-roles-common

An Ansible role for initializing a new THORChain environment.

Usage

If you're adding this repository as a submodule to a project for the first time, run:

git submodule add https://github.com/Validat0rs/ansible-thorchain-roles-common roles/common

If you've cloned a project where this repository has already been setup as a submodule, run:

git submodule update --init --recursive

To update your project with the latest copy of this repository, run:

git submodule update --recursive --remote