File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,18 +30,18 @@ System requirements:
3030 systems/architectures
3131 see: [ Provide native lib for libsignal] ( https://github.com/AsamK/signal-cli/wiki/Provide-native-lib-for-libsignal )
3232
33- ### Install system-wide on Linux [ Default Binary ]
33+ ### Install system-wide on Linux [ JVM build ]
3434
3535See [ latest version] ( https://github.com/AsamK/signal-cli/releases ) .
3636
3737``` sh
3838VERSION=$( curl -Ls -o /dev/null -w %{url_effective} https://github.com/AsamK/signal-cli/releases/latest | sed -e ' s/^.*\/v//' )
3939curl -L -O https://github.com/AsamK/signal-cli/releases/download/v" ${VERSION} " /signal-cli-" ${VERSION} " .tar.gz
4040sudo tar xf signal-cli-" ${VERSION} " .tar.gz -C /opt
41- sudo ln -sf /opt/signal-cli /usr/local/bin/
41+ sudo ln -sf /opt/signal-cli- " ${VERSION} " /bin/signal-cli /usr/local/bin/
4242```
4343
44- ### Install system-wide on Linux [ Binary with Pre-built Native libraries ]
44+ ### Install system-wide on Linux [ GraalVM native build ]
4545
4646``` sh
4747VERSION=$( curl -Ls -o /dev/null -w %{url_effective} https://github.com/AsamK/signal-cli/releases/latest | sed -e ' s/^.*\/v//' )
You can’t perform that action at this time.
0 commit comments