Skip to content

Commit

Permalink
Add tar.xz instrtuctions
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpizza committed Jul 11, 2024
1 parent a7098aa commit cb629df
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/tutorials/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
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)

0 comments on commit cb629df

Please sign in to comment.