Skip to content

Commit 4d4b72d

Browse files
authored
Merge pull request #90 from CocoEC/patch-1
Update 2022-02-23-Snap.md: grammar
2 parents 6355c15 + eda8d27 commit 4d4b72d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

_posts/how-to/2022-02-23-Snap.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ tags: [snap, linux]
77
typora-root-url: ../../
88
---
99

10-
## Install Typora via Snap
10+
## Install Typora via Snap
1111

12-
Typora provides a [snap installer](https://snapcraft.io/typora), you could install it via command line:
12+
Typora provides a [Snap installer](https://snapcraft.io/typora), which you can install via the command line:
1313

1414
```sh
1515
snap install typora
16-
```
16+
```
1717

18-
Or simply click [this link](snap://typora) to install it in Desktop Store.
18+
Or simply click [this link](snap://typora) to install it from the Desktop Store.
1919

20-
Snap version has both x64 and arm arch support.
20+
The Snap version supports both x64 and ARM architectures.
2121

22-
If you do not have snap installed, please follow <https://snapcraft.io/docs/installing-snapd> to install snap support.
22+
If you do not have Snap installed, please follow the instructions at <https://snapcraft.io/docs/installing-snapd> to enable Snap support.
2323

24-
## Limitations for the Snap version
24+
## Limitations of the Snap version
2525

26-
- Snap version is sandboxed.
27-
- Snap version only have access to your home folder (`~/`) and removable media (`/media`).
28-
- Snap version cannot execute binaries under `/usr/bin/` and `/usr/local/bin`, because it only have access to your home folder (https://forum.snapcraft.io/t/system-files-request-for-typora-snap-app/28740).
29-
- The snap version includes pandoc, which can be used by Typora, but isolated to your system.
30-
- If you need to run other commands for export, upload image, etc, you will need to install, or put or link those binaries under your home folder (`~/`).
26+
- The Snap version is sandboxed.
27+
- The Snap version only has access to your home folder (`~/`) and removable media (`/media`).
28+
- The Snap version cannot execute binaries located in `/usr/bin/` and `/usr/local/bin` because it only has access to your home folder ([source](https://forum.snapcraft.io/t/system-files-request-for-typora-snap-app/28740)).
29+
- The Snap version includes Pandoc, which can be used by Typora but remains isolated from your system.
30+
- If you need to run other commands, such as exporting files or uploading images, you must install, move, or link those binaries inside your home folder (`~/`).

0 commit comments

Comments
 (0)