Skip to content

Commit 5b4f392

Browse files
authored
Merge pull request #48 from jorge-campo/32-download-status-app-in-linux
Additional fixes to URL index file
2 parents eddc740 + bdf9732 commit 5b4f392

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

config/en/mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ nav:
140140
- Start: index.md
141141
- Getting started:
142142
- getting-started/index.md
143+
- Getting started for new users:
144+
- Run the Status app for the first time: getting-started/run-status-app-first-time.md
143145
- Download Status:
144146
- Download Status for Mac: getting-started/download-status-for-mac.md
145147
- Download Status for Windows: getting-started/download-status-for-windows.md

docs/en/getting-started/download-status-for-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ When you verify the GPG signature of the Status app, you confirm that the app ha
4848

4949
`echo '1DD92FFA442D4B5C85C039231A151FD0883555FE:6:' | gpg --import-ownertrust`
5050

51-
1. Validate the Status app GPG signature. For example, if you download the Status desktop app version 1.2, run the following command:
51+
1. Validate the Status app GPG signature. For example, if you downloaded the Status app version 1.2, run this command:
5252

5353
`gpg --verify 'StatusIm-Desktop-v1.2.AppImage.asc'`
5454

55-
1. The GPG signature verification is sucessful when you can see the Good signature message. Example:
55+
1. The GPG signature verification is sucessful when you can see the `Good signature` message. Example:
5656

5757
`gpg: Good signature from "Status.im Release Signing (GPG key for signing Status.im release builds.) <[email protected]>" [ultimate]`
5858

docs/en/getting-started/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ hide:
77

88
## Getting started for new users
99

10-
- [Run the Status app for the first time][run-status-app-first-time]
10+
- [**Run** the Status app for the **first time**][run-status-app-first-time]
1111

1212
## Download Status
1313

14-
- [Download Status for Mac](./download-status-for-mac.md)
15-
- [Download Status for Linux][download-status-for-linux]
14+
- [Download Status for **Mac**][download-status-for-mac]
15+
- [Download Status for **Linux**][download-status-for-linux]
1616

1717
--8<-- "includes/urls-en.txt"

includes/urls-en.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Internal URLs
21
[download-status-for-linux]: /help.status.im/getting-started/download-status-for-linux
2+
[download-status-for-mac]: /help.status.im/getting-started/download-status-for-mac
33
[run-status-app-first-time]: /help.status.im/getting-started/run-status-app-first-time
44

5-
# External URLs
65
[gnu-privacy-guard]: https://gnupg.org/
76
[status-web-download]: https://status.im/get

res/task-analysis.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The number next to each topic represents the GitHub issue or pull request that u
66

77
## Getting Started
88

9+
- Getting started for new users
10+
- Run the Status app for the first time #41
11+
912
### Download Status
1013

1114
- Download Status for Mac

0 commit comments

Comments
 (0)