Gource Command Line not reconginzed command

605 Views Asked by At

I installed Gource for git visualization and am running gource at the root of my git repository in cmd, however I am receiving the error 'gource' is not recognized as an internal or external command, operable program or batch file.

1

There are 1 best solutions below

0
On

In Windows, for instance, Gource installs to ~\AppData\Local\Gource\gource.exe.

If you navigate to the root directory of your git repository, you can simply type:

~\AppData\Local\Gource\gource.exe in PowerShell.

Otherwise, you can pass a repo path as an argument following the usage description: gource [options] [path].