Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Zapotek committed Mar 4, 2022
2 parents 2684af7 + d869f0a commit 999d666
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,9 @@
# Experimental/unstable branch -- used for development/integration

This branch is where all development takes place, once its code has been tested and
is considered stable, it is then merged into the `master` branch and released.

Do not be confused by the version of this branch, `2.0dev` is a placeholder
which simply means _next release_.

## Nightlies

For self-contained, nightly snapshot packages take a look at:
http://downloads.arachni-scanner.com/nightlies/

## Source

To run from source you first need to setup a
[development environment](https://github.com/Arachni/arachni/wiki/Development-environment).

**After** you've setup a [development environment](https://github.com/Arachni/arachni/wiki/Development-environment),
run the following to checkout the source code of the `experimental` branch and
resolve its dependencies:

git clone git://github.com/Arachni/arachni.git
cd arachni
git checkout experimental
bundle install --without prof # to resolve dev dependencies

Then you can run Arachni using the the executables under `bin/`.<br/>
If you get an error when trying to run Arachni, use `bundle exec` like so:
`bundle exec <executable>`.

# Arachni - Web Application Security Scanner Framework

<table>
<tr>
<th>Version</th>
<td>2.0dev</td>
<td>1.6.0</td>
</tr>
<tr>
<th>Homepage</th>
Expand Down

0 comments on commit 999d666

Please sign in to comment.