Skip to content

Commit

Permalink
Add actual example of merging data into directory
Browse files Browse the repository at this point in the history
using GNU Stow
  • Loading branch information
zmughal committed Feb 25, 2024
1 parent 2cb5d6e commit d286ad2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/development/design/index.mdwn
Expand Up @@ -468,6 +468,10 @@
(e.g., `.env` deployment configurations by `$HOSTNAME`) and to avoid
accidentally deleting data when cleaning project directory
(e.g., `make clean`, `git clean`).
* [[!format sh """
cd "$(git rev-parse --show-toplevel)" \
&& stow --target . --dir ../merge .
"""]]

# Organisation of project

Expand Down

0 comments on commit d286ad2

Please sign in to comment.