Updated installation instructions.

This commit is contained in:
Andrew Hamilton 2017-06-27 14:20:30 +01:00
parent 5728e5cff3
commit 9f00b3ba3e
2 changed files with 12 additions and 14 deletions

View file

@ -6,22 +6,21 @@ Vigil maintains an up-to-date set of reports for every file in a codebase.
### Installation ### Installation
To run vigil: (Tested in Ubuntu 17.04 in gnome-terminal, lxterminal and stterm) (Tested in Ubuntu 17.04)
# git clone https://github.com/ahamilton/vigil # git clone https://github.com/ahamilton/vigil
# cd vigil # cd vigil
# ./install-dependencies # ./install-dependencies
# ./vigil <directory_path> # pip3 install .
then to run:
# vigil <directory_path>
and to test its working properly: and to test its working properly:
# ./test-all # ./test-all
To run on an older ubuntu you can checkout an older version of vigil.
e.g. After cloning do:
# git checkout ubuntu-15.10
### Tools ### Tools
Extensions | Tools Extensions | Tools

View file

@ -23,22 +23,21 @@ Vigil maintains an up-to-date set of reports for every file in a codebase.
### Installation ### Installation
To run vigil: (Tested in Ubuntu 17.04 in gnome-terminal, lxterminal and stterm) (Tested in Ubuntu 17.04)
# git clone https://github.com/ahamilton/vigil # git clone https://github.com/ahamilton/vigil
# cd vigil # cd vigil
# ./install-dependencies # ./install-dependencies
# ./vigil <directory_path> # pip3 install .
then to run:
# vigil <directory_path>
and to test its working properly: and to test its working properly:
# ./test-all # ./test-all
To run on an older ubuntu you can checkout an older version of vigil.
e.g. After cloning do:
# git checkout ubuntu-15.10
### Tools ### Tools
Extensions | Tools Extensions | Tools