From aeff0194ccb415904b1e37039e86a19f038dc708 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 25 Apr 2022 13:23:44 +0200 Subject: Rename bootstrap to init --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b45ad69..e6dee4a 100644 --- a/README.md +++ b/README.md @@ -14,26 +14,26 @@ provided `Makefile`. make install -### Bootstrapping +### Initialization -When Bashtard is installed, the next step is bootstrapping the system. The -`bootstrap` subcommand will perform all necesary steps to create the desired -structure in `/etc/bashtard`. +When Bashtard is installed, the next step is initializing the system. The `init` +subcommand will perform all necesary steps to create the desired structure in +`/etc/bashtard`. - bashtard bootstrap + bashtard init It is recommended you create a `git` directory out of `/etc/bashtard` for -synchronization purposes. This will allow you to bootstrap Bashtard on other +synchronization purposes. This will allow you to initialize Bashtard on other systems by giving it the URL of the git repository as additional argument. - bashtard bootstrap https://git.tyil.nl/tyilnet.git + bashtard init https://git.tyil.nl/tyilnet.git With the additional argument, it will clone the repository to `/etc/bashtard`, -and then apply any additional steps for the machine you're bootstrapping. +and then apply any additional steps for the machine you're initping. ## General Usage -After bootstrapping, you can start using Bashtard. It has the concept of +After initializing, you can start using Bashtard. It has the concept of playbooks, which can either be local or cloned from a remote git repository. ### One-off updates -- cgit v1.1