Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,18 @@ https://github.com/gosecure/malboxes
=== Debian

apt install vagrant git python3-pip

=== Ubuntu

apt install git python3-pip
Comment thread
Svieg marked this conversation as resolved.

== Installation

=== Linux/Unix

* Install git, vagrant and packer using your distribution's packaging tool
* Install git and packer using your distribution's packaging tool
(packer is sometimes called packer-io)
* Install vagrant from their website : https://www.vagrantup.com/downloads.html (Installing from some distributions' packaging tools have caused issues).
Comment thread
Svieg marked this conversation as resolved.
* `pip install` malboxes:
+
sudo pip3 install git+https://github.com/GoSecure/malboxes.git#egg=malboxes
Expand Down