Skip to content

Commit

Permalink
[ci skip] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
UriHerrera authored and srevinsaju committed Oct 21, 2024
1 parent 85de0b5 commit 9560ab1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ zap install --github --from=srevinsaju/Firefox-AppImage firefox-appimage

### Executing
#### File Manager
Just double click the `*.AppImage` file and you are done.
Double-click the `*.AppImage` file, and you are done.

> In normal cases, the above method should work, but in some rare cases
the `+x` permissisions. So, right click > Properties > Allow Execution
> In normal cases, the above method should work, but in some rare cases,
the `+x` permissions. So, right click > Properties > Allow Execution
#### Terminal
```bash
Expand All @@ -45,7 +45,7 @@ chmod +x Firefox-*.AppImage
./Firefox-*.AppImage
```

In case, if FUSE support libraries are not installed on the host system, it is
In case FUSE libraries are not installed on the host system, it is
still possible to run the AppImage

```bash
Expand Down

0 comments on commit 9560ab1

Please sign in to comment.