diff --git a/docs/FAQ/FAQ-Installation.md b/docs/FAQ/FAQ-Installation.md index 0d24d63c5..cc1831bd8 100644 --- a/docs/FAQ/FAQ-Installation.md +++ b/docs/FAQ/FAQ-Installation.md @@ -66,8 +66,8 @@ Check out the main documentation for a [step-by-step guide](/using-wasabi/Instal ![Download Wasabi Wallet for Linux](/DownloadTar.png "Download Wasabi Wallet for Linux") -Verify the signature of the package with `gpg --verify Wasabi-${currentVersion}.tar.gz.asc Wasabi-${currentVersion}.tar.gz` and ensure that the software was signed by zkSNACKs' PGP public key [${zksnacksPublicKeyFingerprint}](https://github.com/WalletWasabi/WalletWasabi/blob/master/PGP.txt). -Now install Wasabi with `sudo tar -pxzf Wasabi-${currentVersion}.tar.gz`, and run it with `./wassabee`. +Verify the signature of the package with `gpg --verify Wasabi-${currentVersion}-linux-x64.tar.gz.asc Wasabi-${currentVersion}-linux-x64.tar.gz` and ensure that the software was signed by zkSNACKs' PGP public key [${zksnacksPublicKeyFingerprint}](https://github.com/WalletWasabi/WalletWasabi/blob/master/PGP.txt). +Now install Wasabi with `sudo tar -pxzf Wasabi-${currentVersion}-linux-x64.tar.gz`, and run it with `./wassabee`. Check out the main documentation for a [step-by-step guide](/using-wasabi/InstallPackage.md#other-linux). ### How do I install Wasabi on Windows? diff --git a/docs/using-wasabi/InstallPackage.md b/docs/using-wasabi/InstallPackage.md index 0394b274e..fc4be927d 100644 --- a/docs/using-wasabi/InstallPackage.md +++ b/docs/using-wasabi/InstallPackage.md @@ -92,7 +92,7 @@ If you have already imported zkSNACKs' PGP public key, then jump to step 2. ![Download Wasabi Wallet for Linux](/DownloadTar.png "Download Wasabi Wallet for Linux") -3. In the Download folder, run `gpg --verify Wasabi-${currentVersion}.tar.gz.asc Wasabi-${currentVersion}.tar.gz`. +3. In the Download folder, run `gpg --verify Wasabi-${currentVersion}-linux-x64.tar.gz.asc Wasabi-${currentVersion}-linux-x64.tar.gz`. If the message returned says `Good signature from zkSNACKs` and that it was signed with `Primary key fingerprint: ${zksnacksPublicKeyFingerprint}`, then the software was not tampered with since the developer signed it. @@ -101,7 +101,7 @@ If you have already imported zkSNACKs' PGP public key, then jump to step 2. You can ignore this, but if you want to fully verify your download, you need to ask people you trust to confirm that the key fingerprint belongs to zkSNACKs. ::: -4. Extract the archive while keeping the file permissions: `tar -pxzf Wasabi-${currentVersion}.tar.gz`. +4. Extract the archive while keeping the file permissions: `tar -pxzf Wasabi-${currentVersion}-linux-x64.tar.gz`. 5. Run Wasabi by executing `./wassabee`.