diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2017-02-21 17:39:40 +0000 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2017-02-21 17:39:40 +0000 |
commit | eacbfbda58ed220946769cc34ef062e32c9b973d (patch) | |
tree | a29d082c7ce312b5f4c89d5445fdb61a3076b9bc | |
parent | 0b116c640869390f50596cd623ded32cedeb15a8 (diff) | |
download | tweed-eacbfbda58ed220946769cc34ef062e32c9b973d.tar.gz |
adjust code block indent
-rw-r--r-- | README.md | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -90,21 +90,21 @@ 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 |