diff --git a/README.md b/README.md index c6405b3..fed5d0c 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,20 @@ # Salt's Bootstrap Script + ## Usage -Download and run the latest `replicate.sh`: +### Dotfiles + +Download and run the latest `build-home.sh`: cd git clone https://gitlab.com/rehashedsalt/bootstrap - ./bootstrap/replicate.sh $HOME + ./bootstrap/build-home.sh $HOME -In the event that you want to simply test `replicate.sh`, simply pass a different argument to it: +In the event that you want to simply test `build-home.sh`, simply pass a different argument to it: - ./bootstrap/replicate.sh -d /path/to/directory + ./bootstrap/build-home.sh -d /path/to/directory -See `replicate.sh -h` for more usage information. +See `build-home.sh -h` for more usage information. ## Notes * By default, the current working directory will be bootstrapped. Passing `-d` and a different path will cause a different path to be bootstrapped. diff --git a/replicate.sh b/build-home.sh similarity index 100% rename from replicate.sh rename to build-home.sh