... | @@ -25,18 +25,27 @@ that satisfies the following dependencies: |
... | @@ -25,18 +25,27 @@ that satisfies the following dependencies: |
|
* libyaml
|
|
* libyaml
|
|
|
|
|
|
**Per-platform instructions:**
|
|
**Per-platform instructions:**
|
|
|
|
* [Linux](#linux)
|
|
|
|
* [OSX](#osx)
|
|
* [*nix](#nix)
|
|
* [*nix](#nix)
|
|
* [Build scripts](#nix-build-scripts)
|
|
* [Build scripts](#nix-build-scripts)
|
|
* [Sourced based](#nix-source-based)
|
|
* [Sourced based](#nix-source-based)
|
|
* [Gem](#nix-gem)
|
|
* [Gem](#nix-gem)
|
|
* [Source](#nix-source)
|
|
* [Source](#nix-source)
|
|
* [Linux](#linux)
|
|
|
|
* [OSX](#osx)
|
|
|
|
* [Windows -- under Cygwin](#windows)
|
|
* [Windows -- under Cygwin](#windows)
|
|
* [Pre-configured installation](#windows-preconfigured)
|
|
* [Pre-configured installation](#windows-preconfigured)
|
|
* [Manual installation](#windows-manual)
|
|
* [Manual installation](#windows-manual)
|
|
|
|
|
|
|
|
## <a id="linux" href="#linux">Linux</a>
|
|
|
|
|
|
|
|
Linux users can download the latest self-contained archive for their system from the
|
|
|
|
website's [download](http://arachni-scanner.com/latest#Linux) page.
|
|
|
|
|
|
|
|
## <a id="osx" href="#osx">Mac OSX</a>
|
|
|
|
|
|
|
|
OSX users can download the latest self-contained archive for their system from the
|
|
|
|
website's [download](http://arachni-scanner.com/latest#Mac-OSX) page.
|
|
|
|
|
|
## <a id="nix" href="#nix">*nix</a>
|
|
## <a id="nix" href="#nix">*nix</a>
|
|
|
|
|
|
### <a id="nix-build-scripts" href="#nix-build-scripts">Build scripts</a>
|
|
### <a id="nix-build-scripts" href="#nix-build-scripts">Build scripts</a>
|
... | @@ -80,16 +89,6 @@ If you want to clone the repository and work with the source code then you'll ne |
... | @@ -80,16 +89,6 @@ If you want to clone the repository and work with the source code then you'll ne |
|
bundle install # To resolve possible dev dependencies.
|
|
bundle install # To resolve possible dev dependencies.
|
|
rake install # To install to PATH, use sudo if you get permission errors.
|
|
rake install # To install to PATH, use sudo if you get permission errors.
|
|
|
|
|
|
## <a id="linux" href="#linux">Linux</a>
|
|
|
|
|
|
|
|
Linux users can download the latest self-contained archive for their system from the
|
|
|
|
website's [download](http://arachni-scanner.com/latest#Linux) page.
|
|
|
|
|
|
|
|
## <a id="osx" href="#osx">Mac OSX</a>
|
|
|
|
|
|
|
|
OSX users can download the latest self-contained archive for their system from the
|
|
|
|
website's [download](http://arachni-scanner.com/latest#Mac-OSX) page.
|
|
|
|
|
|
|
|
## <a id="windows" href="#windows">Windows -- under Cygwin</a>
|
|
## <a id="windows" href="#windows">Windows -- under Cygwin</a>
|
|
|
|
|
|
Running Arachni under Cygwin is not encouraged and should only be used as a last
|
|
Running Arachni under Cygwin is not encouraged and should only be used as a last
|
... | | ... | |