aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-04-25 13:23:44 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-04-25 13:23:44 +0200
commitaeff0194ccb415904b1e37039e86a19f038dc708 (patch)
tree693eb4bfc55d845e4a978c4cdf4a253f310e646d /README.md
parentfff6fb24c624d0e434481d641313c196b8254a82 (diff)
Rename bootstrap to init
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