mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 12:26:03 +02:00
nativefier: add brazilian portuguese translation
This commit is contained in:
parent
aec11c1aaf
commit
6967aec8cb
1 changed files with 16 additions and 0 deletions
16
pages.pt_BR/common/nativefier.md
Normal file
16
pages.pt_BR/common/nativefier.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# nativefier
|
||||
|
||||
> Utilitário para criação de aplicativos para desktop à partir de web sites.
|
||||
> Mais informações: <https://github.com/jiahaog/nativefier>.
|
||||
|
||||
- Gerar aplicativo desktop para site:
|
||||
|
||||
`nativefier {{url}}`
|
||||
|
||||
- Gerar aplicativo desktop com nome customizado:
|
||||
|
||||
`nativefier --name {{nome}} {{url}}`
|
||||
|
||||
- Gerar aplicativo desktop usando um ícone PNG customizado:
|
||||
|
||||
`nativefier --icon {{caminho/para/icone.png}} {{url}}`
|
Loading…
Add table
Reference in a new issue