From 5a680c8ea987f8cd8cd502b88bb3e1dbadfea3fb Mon Sep 17 00:00:00 2001 From: Abraham Toriz Date: Fri, 12 Nov 2021 15:06:23 -0600 Subject: [PATCH] some more shape to docs --- docs/en/source/index.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/en/source/index.rst b/docs/en/source/index.rst index 883d79f..4d1a3c5 100644 --- a/docs/en/source/index.rst +++ b/docs/en/source/index.rst @@ -10,18 +10,19 @@ Tiempo docs 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 -also a `Timetrap`_ compatible command line time tracking application. +also compatible with `Timetrap`_, its predecesor. Installation ------------ -Just do: +Provided you have a `Rust`_ toolchain installed, just do: .. code:: bash 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 @@ -38,8 +39,9 @@ Go `here`_... Special Thanks -------------- -To `Timetrap`_ for existing, to `samg`_ for creating it. It is the tool I was looking -for and whose design I took as reference, keeping compatibility when possible. +To `Timetrap`_ for existing, to `samg`_ for creating it. It is the tool I was +looking for and whose design I took as reference, keeping compatibility when +possible. .. _Timetrap: https://github.com/samg/timetrap/ .. _samg: https://github.com/samg