aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
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