From a0762a0a6c6345254e02cb3fb1a46555c1c9b251 Mon Sep 17 00:00:00 2001 From: Kota Kanbe Date: Fri, 8 Jul 2016 10:49:02 +0900 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a83851a5..6b1edd17 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,24 @@ Vuls is a tool created to solve the problems listed above. It has the following ---- -# Hello Vuls +# Setup Vuls + +Therea are 3 ways to setup Vuls. + +- Docker container +Dockernized-Vuls with vulsrepo UI in it. +You can run install and run Vuls on your machine with only a few commands. +see https://github.com/future-architect/vuls/tree/master/setup/docker + +- Chef +see https://github.com/sadayuki-matsuno/vuls-cookbook + +- Manually +Hello Vuls Tutorial shows how to setup vuls manually. + +---- + +# Tutorial: Hello Vuls This tutorial will let you scan the vulnerabilities on the localhost with Vuls. This can be done in the following steps.