Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-brinda committed Apr 10, 2024
1 parent dc57899 commit 4e21120
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.tmp
README.html

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ galitime
Introduction
------------

Software for benchmarking programs using [GNU Time](https://www.gnu.org/software/time/).
Software for benchmarking programs using `GNU Time <https://www.gnu.org/software/time/>`_.



Expand All @@ -29,7 +29,7 @@ Quick example
# brew install gnu-time # on OS X
conda install -y -c bioconda -c conda-forge galitime
galitime --log time.log ls
galitime --log time.log ls
Expand All @@ -40,8 +40,8 @@ Dependencies
~~~~~~~~~~~~

Galitime has no dependencies beyond Python 3. However, on OS X
it requires the GNU version of the `time` command (`gtime`),
which can be installed by `brew install gnu-time`.
it requires the GNU version of the :code:`time` command (:code:`gtime`),
which can be installed by :code:`brew install gnu-time`.


Using Bioconda
Expand Down

0 comments on commit 4e21120

Please sign in to comment.