From 8f76ceb5b689db9c0b16a819e49930a4be6950e6 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Mon, 27 Feb 2023 22:21:15 +0100 Subject: [PATCH] doc on testing latest dotdrop --- docs/howto/test-latest-dotdrop.md | 14 ++++++++++++++ mkdocs.yml | 1 + 2 files changed, 15 insertions(+) create mode 100644 docs/howto/test-latest-dotdrop.md diff --git a/docs/howto/test-latest-dotdrop.md b/docs/howto/test-latest-dotdrop.md new file mode 100644 index 0000000..aef20d3 --- /dev/null +++ b/docs/howto/test-latest-dotdrop.md @@ -0,0 +1,14 @@ +# Test latest dotdrop + +If you installed dotdrop from a package but want to test +you current setup with the latest version from git +(or from a specific branch), you can do the following + +```bash +$ cd /tmp/ +$ git clone https://github.com/deadc0de6/dotdrop.git +$ cd dotdrop +## switch to a specific branch if needed +$ git checkout +$ ./dotdrop.sh --config +``` \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index dd0e657..8b82519 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -43,6 +43,7 @@ nav: - 'Prompt user for variables': 'howto/prompt-user-for-variables.md' - 'Share content across dotfiles': 'howto/sharing-content.md' - 'Symlink dotfiles': 'howto/symlink-dotfiles.md' + - 'Test latest dotdrop': 'howto/test-latest-dotdrop.md' - '': '' - '': '' markdown_extensions: