Add nativefier to docs

This commit is contained in:
Hillel Coren 2017-10-09 11:07:42 +03:00
parent df6be79b99
commit 16eb077150

View File

@ -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
""""""""""""""