diff options
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/ |