From 965dbe87b474092ed4435e47935b0e5ac772cd0a Mon Sep 17 00:00:00 2001 From: Bruno Lara Tavares Date: Thu, 19 Nov 2015 10:23:08 -0200 Subject: [PATCH] Add a reference to tty.space as an example tty.space has a better example of how to use kickstart for configuring a server, as baseline is much more generic. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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