Add nativefier to docs
This commit is contained in:
parent
df6be79b99
commit
16eb077150
1 changed files with 9 additions and 0 deletions
|
|
@ -101,6 +101,15 @@ You need to create a `Google Maps API <https://developers.google.com/maps/docume
|
|||
|
||||
You can disable the feature by adding ``GOOGLE_MAPS_ENABLED=false`` to the .env file.
|
||||
|
||||
Time Tracking App
|
||||
"""""""""""""""""
|
||||
|
||||
You can create a desktop wrapper for the time tracking app by installing `Nativefier <https://github.com/jiahaog/nativefier>`_ and then running:
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
nativefier --name "Invoice Ninja" --user-agent "Time Tracker" https://example.com/time_tracker
|
||||
|
||||
Voice Commands
|
||||
""""""""""""""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue