From a7098aae8c7c0ee4704b81981c909b3f26c97ba5 Mon Sep 17 00:00:00 2001 From: tuxsudo Date: Wed, 10 Jul 2024 13:59:13 -0400 Subject: [PATCH] Add basic Linux tutorial --- docs/tutorials/linux.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 docs/tutorials/linux.md diff --git a/docs/tutorials/linux.md b/docs/tutorials/linux.md new file mode 100755 index 0000000..14b1d4c --- /dev/null +++ b/docs/tutorials/linux.md @@ -0,0 +1,20 @@ +--- +title: "Linux" +parent: Tutorials +--- + +# Linux Installation + +## Flatpak (Recommended) + +If your system does not already have Flatpak installed, please do so by following the instructions on [flatpak.org](https://www.flatpak.org/setup/) + +Once Flatpak is installed (can test by running `flatpak` in the terminal), you will also need to install the [Flathub repository](https://flathub.org/) by running `flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo` + + + +Now you can download the Cake Wallet Flatpak from the releases on GitHub https://github.com/cake-tech/cake_wallet/releases and select the Cake_Wallet_vX.X.X.flatpak file to download. (Example: Cake_Wallet_v4.18.2_Linux.flatpak) + +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