Skip to content

Commit a323f8c

Browse files
committed
update tails guide
1 parent 652d369 commit a323f8c

1 file changed

Lines changed: 24 additions & 17 deletions

File tree

content/guides/tails.md

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,43 +9,43 @@ Installation will only take a few minutes to complete.
99

1010
The estimated storage requirement is ~30 MB.
1111

12-
## Configuring the persistent volume
12+
## Configuring the Persistent Storage
1313

14-
Tails is an amnesic operating system. By default, files are not saved to your USB drive and are thus lost after the computer is restarted. Only files stored on the _persistent volume_ are kept across different working sessions.
14+
Tails is an amnesic operating system. By default, files are not saved to your USB drive and are thus lost after the computer is restarted. Only files stored on the _Persistent Storage_ are kept across different working sessions.
1515

16-
We strongly recommend that you store Feather on the persistent volume. This way, you won't have to reinstall Feather and restore your wallets each time you start Tails.
16+
We strongly recommend that you store Feather on the Persistent Storage. This way, you won't have to reinstall Feather and restore your wallets each time you start Tails.
1717

18-
You need to configure the persistent volume before you can use it. If you have already configured the persistent volume, skip ahead to the next section.
18+
You need to configure the Persistent Storage before you can use it. If you have already configured the Persistent Storage, skip ahead to the next section.
1919

20-
Go to **Applications → System Tools → Configure persistent volume**.
20+
Go to **Applications → System Tools → Persistent Storage**.
2121

22-
Enter a strong password to protect the persistent volume. Files on the persistent volume are encrypted with your password.
22+
Enter a strong password to protect the Persistent Storage. Files on the Persistent Storage are encrypted with your password.
2323

2424
Follow through the remaining screens. You do not need to enable any additional settings.
2525

26-
You must restart Tails before you can continue with the installation. When you get to the Tails greeter enter your password to unlock the persistent volume.
26+
You must restart Tails before you can continue with the installation. When you get to the Tails greeter enter your password to unlock the Persistent Storage.
2727

28-
The persistent volume will show up in the File Browser as a folder named `Persistent`. You can quickly access it from the sidebar.
28+
The Persistent Storage will show up in the File Browser as a folder named `Persistent`. You can quickly access it from the sidebar.
2929

3030
## Downloading Feather
3131

3232
Download the latest AppImage for Tails from [featherwallet.org/download](https://featherwallet.org/download).
3333

34-
- Tip: Save the file to the default location. Tor Browser on Tails does not have access to other folders.
35-
36-
After the download is complete, move the AppImage to a folder within your persistent volume (Home → Persistent).
34+
Save the file to your Persistent Storage. (Click on `Persistent` in the sidebar.)
3735

3836
## Verifying the download (optional)
3937

4038
This section describes how to verify the AppImage file using PGP.
4139

42-
Download the release signing key from the [git repository](https://raw.githubusercontent.com/feather-wallet/feather/master/utils/pubkeys/featherwallet.asc). To save the file from Tor Browser: right click **→ Save Page As.. → Save**. (For alternative ways of obtaining the release signing key, see: [Release signing key](release-signing-key))
40+
Download the release signing key from the [git repository](https://raw.githubusercontent.com/feather-wallet/feather/master/utils/pubkeys/featherwallet.asc). To save the file from Tor Browser: right click **→ Save Page As..**. Save the file to the Peristent Storage.
41+
42+
(For alternative ways of obtaining the release signing key, see: [Release signing key](release-signing-key))
4343

4444
Go back to [featherwallet.org/download](https://featherwallet.org/download) and download the **signature** file for the Tails AppImage.
4545

46-
Place both files in the same directory as the AppImage. You should now have a folder that contains `feather-x.x.x.AppImage`, `feather-x.x.x-AppImage.asc` and `featherwallet.asc`.
46+
You should now have a folder that contains `feather-x.x.x-a.AppImage`, `feather-x.x.x-a.AppImage.asc` and `featherwallet.asc`.
4747

48-
In the file browser, right click on some empty space and select **Open in Terminal**.
48+
In the file browser, right click on some empty space and select **Open in Console**.
4949

5050
In the Terminal enter: `gpg --import featherwallet.asc` and press enter. The output should contain a line that says:
5151

@@ -63,20 +63,27 @@ Make sure the **fingerprint** shown above matches the output in your terminal. O
6363

6464
If the fingerprint does not match, do not continue the installation. Instead, [report](report-an-issue) this incident to the developers.
6565

66-
Now enter: `gpg --verify feather-x.x.x.AppImage.asc` and press enter. Replace x.x.x with the correct version. If the signature is valid, the output should contain the following line:
66+
Now enter: `gpg --verify feather-x.x.x-a.AppImage.asc` and press enter. Replace x.x.x with the correct version. If the signature is valid, the output should contain the following line:
6767

6868
```
6969
gpg: Good signature from "FeatherWallet <dev@featherwallet.org>" [unknown]
7070
```
7171

72+
You can safely ignore the following warning:
73+
74+
```
75+
WARNING: This key is not certified with a trusted signature!
76+
There is no indication that the signature belongs to the owner.
77+
```
78+
7279
If the signature is invalid, do not continue with the installation. Instead, [report](report-an-issue) this incident to the developers immediately.
7380

7481
After verification is complete you can delete both `.asc` files.
7582

7683
## Starting Feather
7784

78-
Right click on the AppImage **→ Properties → Permissions**. Make sure "Allow executing file as program" is enabled. You will only have to do this once.
85+
Right-click on the AppImage **→ Properties**. Make sure "Executable as Program" is enabled. You will only have to do this once.
7986

80-
To start Feather simply double click on the AppImage. If the program doesn't start, try right click **→ Run**.
87+
To start Feather simply double-click on the AppImage. If the program doesn't start, try right click **→ Run**.
8188

8289
Having trouble getting Feather to start? Please [contact](report-an-issue) the developers.

0 commit comments

Comments
 (0)