aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2017-02-21 12:22:16 +0000
committerPaul Garlick <pgarlick@tourbillion-technology.com>2017-02-21 12:22:16 +0000
commit007c3da6c87795418c1f8c10da5b0ee7606b1214 (patch)
tree741c90234dd25e8dd85a1490642a517790adc064
parent299abf7ad355ef4c3b30c979dd9f8ae7330aadfb (diff)
downloadtweed-007c3da6c87795418c1f8c10da5b0ee7606b1214.tar.gz
indent code block
-rw-r--r--README.md32
1 files changed, 16 insertions, 16 deletions
diff --git a/README.md b/README.md
index 3b7f668..abff996 100644
--- a/README.md
+++ b/README.md
@@ -85,25 +85,25 @@ following applications:
The directory structure for a typical *TWEED* installation is shown in the
diagram below. The configuration files are stored in the *tweed* directory,
located in the user's home directory. The three package managers use the
-directories $HOME/.hashdist, /GNU and /nix respectively to store the
+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
- │ ├── log
- │ │ └── guix
- │ └── 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*.