From 604e93b2ef25ddbc8cad991aece73d27594526b5 Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 19 Oct 2018 21:07:24 -0500 Subject: [PATCH] Update README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 602ac43..c6405b3 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,11 @@ Download and run the latest `replicate.sh`: In the event that you want to simply test `replicate.sh`, simply pass a different argument to it: - ./bootstrap/replicate.sh /path/to/directory + ./bootstrap/replicate.sh -d /path/to/directory + +See `replicate.sh -h` for more usage information. ## Notes -* By default, the repository will attempt to clone with SSH. Either generate those keys and add them to GitLab or change the repository URI to HTTP. +* By default, the current working directory will be bootstrapped. Passing `-d` and a different path will cause a different path to be bootstrapped. +* By default, the repository will be cloned over SSH. Either generate some keys and add them to GitLab or change the repository URI to HTTP. * Ideally, this will be called via Ansible or some other automation tool. It may, in the future, contain specific code for this purpose.