Use fancy unicode in readme

This commit is contained in:
2013-10-21 02:17:18 +01:00
parent 9fea673eb8
commit ebfdd1cc6a

View File

@@ -23,14 +23,14 @@ And lets say that repo looks something like this:
``` ```
. .
|-- dotify ├── dotify
|-- Dotfile ├── Dotfile
|-- hosts ├── hosts
| `-- mordor └── mordor
| |-- Dotfile ├── Dotfile
| `-- gitconfig └── gitconfig
|-- irbrc ├── irbrc
`-- tmux.conf └── tmux.conf
``` ```
The `dotify` file is Dotify's main executable, which is a small self-contained The `dotify` file is Dotify's main executable, which is a small self-contained
@@ -62,9 +62,9 @@ run `./dotify install`, you'll end up with a home folder like this:
``` ```
. .
|-- .dotfiles -> /home/jimeh/src/dotfiles ├── .dotfiles -> /home/jimeh/src/dotfiles
|-- .gitconfig -> .dotfiles/gitconfig ├── .gitconfig -> .dotfiles/gitconfig
|-- .irbrc -> .dotfiles/irbrc ├── .irbrc -> .dotfiles/irbrc
|-- .tmux.conf -> .dotfiles/tmux.conf ├── .tmux.conf -> .dotfiles/tmux.conf
`-- src └── src
``` ```