aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2017-02-21 17:54:48 +0000
committerPaul Garlick <pgarlick@tourbillion-technology.com>2017-02-21 17:54:48 +0000
commita32e4283413bea22f23c395b98ea4be92b58f586 (patch)
tree103b0e68a97cac71d3efb2ba2546346fcd488e4a
parenteacbfbda58ed220946769cc34ef062e32c9b973d (diff)
downloadtweed-a32e4283413bea22f23c395b98ea4be92b58f586.tar.gz
align code block with list
-rw-r--r--README.md34
1 files changed, 17 insertions, 17 deletions
diff --git a/README.md b/README.md
index f7d0d14..9a831aa 100644
--- a/README.md
+++ b/README.md
@@ -89,23 +89,23 @@ directories $HOME/.hashdist, /gnu and /nix respectively to store the
application files. GNU Guix uses sub-directories in /var to store log files
and database files.
-~~~~
- / (root)
- ├── OS
- ├── var
- │ ├── guix
- │ └── log
- │ └── guix
- │
- ├── $HOME
- │ ├── .hashdist
- │ └── tweed
- │ ├── hashdist
- │ └── hashstack
- │
- ├── gnu
- └── nix
-~~~~
+~~~
+ / (root)
+ ├── OS
+ ├── var
+ │ ├── guix
+ │ └── log
+ │ └── guix
+ │
+ ├── $HOME
+ │ ├── .hashdist
+ │ └── tweed
+ │ ├── hashdist
+ │ └── hashstack
+ │
+ ├── gnu
+ └── nix
+~~~
A user may install a subset of the *TWEED* packages. It is also possible for
the user to extend the list of packages, beyond the group offered by *TWEED*.