some more shape to docs

This commit is contained in:
Abraham Toriz 2021-11-12 15:06:23 -06:00
parent ddf85cdd06
commit 5a680c8ea9
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
1 changed files with 7 additions and 5 deletions

View File

@ -10,18 +10,19 @@ Tiempo docs
Tiempo is a command line time tracker. It helps you keep track of the time spent Tiempo is a command line time tracker. It helps you keep track of the time spent
in different activities optionally organized in projects or `sheets`. Tiempo is in different activities optionally organized in projects or `sheets`. Tiempo is
also a `Timetrap`_ compatible command line time tracking application. also compatible with `Timetrap`_, its predecesor.
Installation Installation
------------ ------------
Just do: Provided you have a `Rust`_ toolchain installed, just do:
.. code:: bash .. code:: bash
cargo install tiempo cargo install tiempo
If you use Arch Linux, install `tiempo-git` package from the `AUR`_, for example: If you use Arch Linux, install ``tiempo-git`` package from the `AUR`_, for
example:
.. code:: bash .. code:: bash
@ -38,8 +39,9 @@ Go `here`_...
Special Thanks Special Thanks
-------------- --------------
To `Timetrap`_ for existing, to `samg`_ for creating it. It is the tool I was looking To `Timetrap`_ for existing, to `samg`_ for creating it. It is the tool I was
for and whose design I took as reference, keeping compatibility when possible. looking for and whose design I took as reference, keeping compatibility when
possible.
.. _Timetrap: https://github.com/samg/timetrap/ .. _Timetrap: https://github.com/samg/timetrap/
.. _samg: https://github.com/samg .. _samg: https://github.com/samg