Skip to content

Commit

Permalink
More versions..
Browse files Browse the repository at this point in the history
  • Loading branch information
smicallef committed Aug 30, 2020
1 parent 78e86f1 commit 43b58e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 43b58e7

Please sign in to comment.