From cb629df3b071e0245687e8384a9920d2ad0deb04 Mon Sep 17 00:00:00 2001 From: tuxsudo Date: Thu, 11 Jul 2024 14:42:46 -0400 Subject: [PATCH] Add tar.xz instrtuctions --- docs/tutorials/linux.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/tutorials/linux.md b/docs/tutorials/linux.md index 14b1d4c..4832ab1 100755 --- a/docs/tutorials/linux.md +++ b/docs/tutorials/linux.md @@ -17,4 +17,12 @@ Now you can download the Cake Wallet Flatpak from the releases on GitHub https:/ Assuming the Cake Wallet flatpak is in the Downloads directory, you can install it with this command `flatpak install ~/Downloads/Cake_Wallet_v4.18.2_Linux.flatpak` (Change the version number to the one you downloaded) -After confirming the installation, you can now launch Cake Wallet from your shortcuts, or run it manually by using `flatpak run com.cakewallet.cake_wallet` \ No newline at end of file +After confirming the installation, you can now launch Cake Wallet from your shortcuts, or run it manually by using `flatpak run com.cakewallet.cake_wallet` + +## Manual (tar.xz) + +Download the tar.xz release from GitHub https://github.com/cake-tech/cake_wallet/releases (Example: Cake_Wallet_v4.18.2_Linux.tar.xz) + +Extract the archive using your file explorer or navigate to the approprite folder in the terminal and extract it using `tar -xf Cake_Wallet_vX.X.X.tar.xz` + +Run the executable by right-clicking and selecting "Run" in your file explorer or starting it from the terminal (./cake_wallet) \ No newline at end of file