Skip to content

Commit

Permalink
convert README to Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
aspiers committed Nov 16, 2015
1 parent 7ca4423 commit 589da27
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README → README.md
Expand Up @@ -4,10 +4,10 @@ README for GNU Stow
This is GNU Stow, a symlink farm manager program which takes distinct
packages of software and/or data located in separate directories on
the filesystem, and makes them appear to be installed in the same
place. For example, /usr/local/bin could contain symlinks to files
within /usr/local/stow/emacs/bin, /usr/local/stow/perl/bin etc., and
likewise recursively for any other subdirectories such as .../share,
.../man, and so on.
place. For example, `/usr/local/bin` could contain symlinks to files
within `/usr/local/stow/emacs/bin`, `/usr/local/stow/perl/bin` etc., and
likewise recursively for any other subdirectories such as `.../share`,
`.../man`, and so on.

This is particularly useful for keeping track of system-wide and
per-user installations of software built from source, but can also
Expand All @@ -26,12 +26,12 @@ License
-------

Stow is free software, licensed under the GNU General Public License,
which can be found in the file COPYING.
which can be found in the file [`COPYING`](COPYING).

Installation
------------

See INSTALL for installation instructions.
See [`INSTALL`](INSTALL) for installation instructions.

Feedback
--------
Expand All @@ -49,5 +49,5 @@ things in sync, Stow stores no extra state between runs, so there's no
danger (as there is in Depot) of mangling directories when file
hierarchies don't match the database. Also unlike Depot, Stow will
never delete any files, directories, or links that appear in a Stow
directory (e.g., /usr/local/stow/emacs), so it's always possible to
rebuild the target tree (e.g., /usr/local).
directory (e.g., `/usr/local/stow/emacs`), so it's always possible to
rebuild the target tree (e.g., `/usr/local`).

0 comments on commit 589da27

Please sign in to comment.