Skip to content

Commit

Permalink
fix win/linux/macos git alias
Browse files Browse the repository at this point in the history
- closes #56
- fixes #55
  • Loading branch information
casperdcl committed Mar 11, 2021
1 parent 1bd68e1 commit a7a0e10
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,14 @@ Latest Docker release
Register alias with git
~~~~~~~~~~~~~~~~~~~~~~~

On Windows, run:

.. code:: sh
git config --global alias.fame '!python -m gitfame'
This is probably not necessary on UNIX systems.
If ``git fame`` doesn't work after restarting the terminal on Linux & Mac OS, try (with single quotes):

.. code:: sh
Expand Down

0 comments on commit a7a0e10

Please sign in to comment.