diff --git a/README.md b/README.md index cbe29b0..2572a3e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ Bash only provisioning tool. The idea is to use bash scripts to provision machines over ssh, with no client installation on the target. It provides some abstractions and functions that help you structure and write more readable bash scripts. -For an example project, check [kickstart-baseline](https://github.com/bltavares/kickstart-baseline). + +For an example project, check [tty.space project](https://github.com/bltavares/tty.space) or +[kickstart-baseline](https://github.com/bltavares/kickstart-baseline). ### Goal