Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit e21472e

Browse files
committed
Update README.md
1 parent 1bb4f91 commit e21472e

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
# nativefier-appimage
22

3-
A tool to generate AppImages of a website using nativefier.
3+
A tool to generate AppImages of a website using [Nativefier](https://github.com/jiahaog/nativefier).
44

55
```
66
Usage :
7-
nativefier-appimage <name> <url> -- [extra nativefier options]
7+
nativefier-appimage -- name <name> --url <url> --icon <icon-file>
88
9-
<name> : Name of the application
10-
<url> : Url of the webpage to package
9+
<name> : Name of the application.
10+
<url> : Url of the webpage to package.
11+
<icon> : Path to the icon file.
1112
```
1213

1314
# Examples
1415

1516
```
16-
nativefier-appimage Nitrux https://nxos.org
17-
nativefier-appimage pine64 https://pine64.com -- --min-width 1500 --min-height 1000
17+
nativefier-appimage --name Nitrux --url https://nxos.org --icon nx-logo.png
1818
```
1919

2020
# Requirements
2121
- npm.
22+
- FUSE.
2223

2324
# Issues
2425
If you find problems with the contents of this repository please create an issue.
2526

26-
©2020 Nitrux Latinoamericana S.C.
27+
©2020 Nitrux Latinoamericana S.C.

0 commit comments

Comments
 (0)