diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-13 07:25:03 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-13 07:25:55 +0200 |
commit | 92ac19f0bd9911ae1140696bc290b191d10e0446 (patch) | |
tree | cbeaf7596792920014581a9085373b4282fe0605 | |
parent | git: add cherry-pick alias (diff) | |
download | linux-home-92ac19f0bd9911ae1140696bc290b191d10e0446.tar.gz linux-home-92ac19f0bd9911ae1140696bc290b191d10e0446.zip |
README: update
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,7 +19,8 @@ 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). +can do this by running `links-chmod go-w`; this call is included in the +update.sh script). License ------- |