From 43b58e754c4a2b49f0b934089a6258446ce97ea6 Mon Sep 17 00:00:00 2001 From: smicallef Date: Sun, 30 Aug 2020 18:11:28 +0200 Subject: [PATCH] More versions.. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ddf9357ba3..a6b0e2fb4c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![License](https://img.shields.io/badge/license-GPLv2-blue.svg)](https://raw.githubusercontent.com/smicallef/spiderfoot/master/LICENSE) [![Python Version](https://img.shields.io/badge/python-3.6+-green)](https://www.python.org) -[![Stable Release](https://img.shields.io/badge/version-3.1-blue.svg)](https://github.com/smicallef/spiderfoot/releases/tag/v3.1) +[![Stable Release](https://img.shields.io/badge/version-3.2-blue.svg)](https://github.com/smicallef/spiderfoot/releases/tag/v3.2) [![CI Status](https://img.shields.io/travis/smicallef/spiderfoot)](https://travis-ci.com/github/smicallef/spiderfoot) [![Last Commit](https://img.shields.io/github/last-commit/smicallef/spiderfoot)](https://github.com/smicallef/spiderfoot/commits/master) [![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/github/smicallef/spiderfoot)](https://libraries.io/github/smicallef/spiderfoot) @@ -74,8 +74,8 @@ To install and run SpiderFoot, you need at least Python 3.6 and a number of Pyth #### Stable build (packaged release): ``` -$ wget https://github.com/smicallef/spiderfoot/archive/v3.1.tar.gz -$ tar zxvf v3.1.tar.gz +$ wget https://github.com/smicallef/spiderfoot/archive/v3.2.tar.gz +$ tar zxvf v3.22.tar.gz $ cd spiderfoot ~/spiderfoot$ pip3 install -r requirements.txt ~/spiderfoot$ python3 ./sf.py -l 127.0.0.1:5001