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