diff options
author | David Spencer <baildon.research@googlemail.com> | 2017-03-21 15:09:11 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 00:07:32 +0000 |
commit | ff99fbceeec76cc5136009a1787406b70b23bcd9 (patch) | |
tree | 9a3631d1c39ef509bc3e63d5c9bc96f122f6c230 /network/Signal-Desktop/README | |
parent | 29e9f489ba7141d1807a1aa0454e2ad747a6f857 (diff) | |
download | slackbuilds-ff99fbceeec76cc5136009a1787406b70b23bcd9.tar.gz |
network/Signal-Desktop: Multiple fixes.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/Signal-Desktop/README')
-rw-r--r-- | network/Signal-Desktop/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/network/Signal-Desktop/README b/network/Signal-Desktop/README index 9e27e49589..738d21f711 100644 --- a/network/Signal-Desktop/README +++ b/network/Signal-Desktop/README @@ -5,3 +5,9 @@ Signal is an encrypted instant messaging and voice calling application for Android and iOS. It uses the Internet to send one-to-one and group messages, which can include images and video messages, and make one-to-one voice calls. + +Please be sure to run the SlackBuild with a real root shell +using 'su -l'. If the build fails with an access error, remove +the npm cache: + + rm -rf ~/.npm/ |