From db247fce3915bb283d84ad53457af56e6b40ffd3 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Sun, 4 Jul 2021 07:40:40 -0400 Subject: [PATCH] Updated Tips and Tricks (markdown) --- Tips-and-Tricks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tips-and-Tricks.md b/Tips-and-Tricks.md index 32cb826..c222e1b 100644 --- a/Tips-and-Tricks.md +++ b/Tips-and-Tricks.md @@ -37,7 +37,8 @@ meta/profiles/ In a profile you specify the configurations you want to install (one per line, without `.yaml`). #### New `install` scripts -Then replace the `install` script with the following ones: + +Then replace the `install` script with the following ones. **Note that these scripts depend on the `dotbot` submodule being located in `meta/dotbot`, which differs from the setup described in the Dotbot README.** If you want to move the submodule from your repository root into the `meta/` directory, you can run `mkdir meta && git mv dotbot meta/dotbot`. ##### `install-profile` ```bash