aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-09-02 22:16:19 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-09-02 22:16:19 +0300
commit1a3aae1e065beda7d0cb14c1536dd52132e57fa2 (patch)
treea613ecdf8679afc7093de7f548e12b41e5b38e42 /README.md
parentadd .ghci and .stack/config.yaml (diff)
downloadlinux-home-1a3aae1e065beda7d0cb14c1536dd52132e57fa2.tar.gz
linux-home-1a3aae1e065beda7d0cb14c1536dd52132e57fa2.zip
add fix_permissions.sh
Diffstat (limited to '')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5194043..8a758ff 100644
--- a/README.md
+++ b/README.md
@@ -18,9 +18,16 @@ Using [config-links]:
> ../config-links/update.sh
...
+Issues
+------
+
+Some utilities (notably, GHC) may not work if its configuration files are
+group-writable.
+To fix this, run `chmod g-w` for every file & directory in this repository (you
+can do this using the supplied fix_permissions.sh script).
+
License
-------
-
Distributed under the MIT License.
See [LICENSE.txt] for details.