docker: Add installation instructions.
This commit is contained in:
parent
a6935e142c
commit
bd17110199
2 changed files with 24 additions and 8 deletions
16
README.md
16
README.md
|
|
@ -1,12 +1,12 @@
|
|||
# Eris Codebase Monitor
|
||||
|
||||
### Summary
|
||||
## Summary
|
||||
|
||||
Eris maintains an up-to-date set of reports for every file in a codebase.
|
||||
|
||||
### Installation
|
||||
## Installation
|
||||
|
||||
(Tested in Ubuntu 19.10)
|
||||
### Ubuntu (19.10)
|
||||
|
||||
# git clone https://github.com/ahamilton/eris
|
||||
# cd eris
|
||||
|
|
@ -21,7 +21,15 @@ then to run:
|
|||
|
||||
# eris <directory_path>
|
||||
|
||||
### Tools
|
||||
### Docker
|
||||
|
||||
# git clone https://github.com/ahamilton/eris
|
||||
# cd eris
|
||||
# sudo docker build -t eris .
|
||||
# mv eris-docker ~/bin
|
||||
# eris-docker -h
|
||||
|
||||
## Tools
|
||||
|
||||
Extensions(98) | Tools(60)
|
||||
----------:| -----
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue