infobyte / faraday

Open Source Vulnerability Management Platform
https://www.faradaysec.com
GNU General Public License v3.0
5.02k stars 916 forks source link

[Wiki/doc] multiple issues #358

Closed noraj closed 3 years ago

noraj commented 5 years ago

Multiples wiki issues.

Typos

Bad links

Images

Logical

On https://github.com/infobyte/faraday/wiki/Installation-Community#downloading it is said:

Download the latest tarball or clone the Faraday Git Project repository and checkout the dev branch:

$ git clone https://github.com/infobyte/faraday.git faraday-dev
$ cd faraday-dev
  • [x] But doing that you are on the master branch. So an extra git checkout dev is required.
  • [x] On https://github.com/infobyte/faraday/wiki/Installation-Guide#installation-from-git-repo, replace git@github.com:infobyte/faraday.git with https://github.com/infobyte/faraday.git because users don't have ssh access.
  • [x] Step missing source faraday_venv/bin/activate
    # create a virtualenv (optional)
    pip install virtualenv
    virtualenv -p python2 faraday_venv
    pip install git+git@github.com:infobyte/faraday.git
  • [x] Step missing cd faraday and source faraday_venv/bin/activate
    git clone git@github.com:infobyte/faraday.git
    # create a virtualenv (optional)
    pip install virtualenv
    virtualenv -p python2 faraday_venv
    python setup.py install

Documentation tool

Deprecated

Add info

montive commented 5 years ago

Hi. Thanks so much for your feedback.

We will consider your suggestions.

Kind regards.

llazzaro commented 4 years ago

Hi! We have updated most of your observations. We are planning to move to mkdocs in the future. Thanks!!

EricHorvat commented 3 years ago

Hi there! @DobleV55 has been checking and updating the changed listed. We are actually moving to mkdocs, but can confrm a date yet.

Thank you for your observations and feel free to open a new issue!