Skip to content

Commit 3a1b236

Browse files
committed
Link features in README.md to yadm.io (as suggested in #346)
1 parent 640b324 commit 3a1b236

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@
1818
**yadm** is a tool for managing [dotfiles][].
1919

2020
* Based on [Git][], with full range of Git's features
21-
* Supports system-specific alternative files or templated files
22-
* Encryption of private data using [GnuPG][], [OpenSSL][], [transcrypt][], or
23-
[git-crypt][]
24-
* Customizable initialization (bootstrapping)
25-
* Customizable hooks for before and after any operation
21+
* Supports system-specific [alternative][feature-alternates] files or
22+
[templated][feature-templates] files
23+
* [Encryption][feature-encryption] of private data using [GnuPG][],
24+
[OpenSSL][], [transcrypt][], or [git-crypt][]
25+
* Customizable initialization ([bootstrapping][feature-bootstrap])
26+
* Customizable [hooks][feature-hooks] for before and after any operation
2627

2728
Complete features, usage, examples and installation instructions can be found on
2829
the [yadm.io][website-link] website.
@@ -63,6 +64,11 @@ The star count helps others discover yadm.
6364
[develop-commits]: https://github.com/yadm-dev/yadm/commits/develop
6465
[develop-date]: https://img.shields.io/github/last-commit/yadm-dev/yadm/develop.svg?label=develop
6566
[dotfiles]: https://en.wikipedia.org/wiki/Hidden_file_and_hidden_directory
67+
[feature-alternates]: https://yadm.io/docs/alternates
68+
[feature-bootstrap]: https://yadm.io/docs/bootstrap
69+
[feature-hooks]: https://yadm.io/docs/hooks
70+
[feature-encryption]: https://yadm.io/docs/encryption
71+
[feature-templates]: https://yadm.io/docs/templates
6672
[gh-pages-badge]: https://img.shields.io/github/actions/workflow/status/yadm-dev/yadm/test.yml?branch=gh-pages
6773
[git-crypt]: https://github.com/AGWA/git-crypt
6874
[homebrew-badge]: https://img.shields.io/homebrew/v/yadm.svg

0 commit comments

Comments
 (0)