From eacbfbda58ed220946769cc34ef062e32c9b973d Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Tue, 21 Feb 2017 17:39:40 +0000 Subject: adjust code block indent --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 27bc686..f7d0d14 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit