forked from p15670423/monkey
build: Update appimage README since we switched from appimage-builder
This commit is contained in:
parent
81860e97e7
commit
e0fd620d9d
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
This directory contains the necessary artifacts for building a prototype
|
This directory contains the necessary artifacts for building an Infection
|
||||||
monkey_island AppImage using appimage-builder.
|
Monkey AppImage
|
||||||
|
|
||||||
## Building an AppImage
|
## Building an AppImage
|
||||||
|
|
||||||
|
@ -27,9 +27,9 @@ build_appimage.sh`.
|
||||||
|
|
||||||
## Running the AppImage
|
## Running the AppImage
|
||||||
|
|
||||||
The build script will produce an AppImage executible named something like
|
The build script will produce an AppImage executible named
|
||||||
`Monkey Island-VERSION-x86-64.AppImage`. Simply execute this file and you're
|
`Infection_Monkey-x86_64.AppImage`. Simply execute this file and you're off to
|
||||||
off to the races.
|
the races.
|
||||||
|
|
||||||
A new directory, `$HOME/.monkey_island` will be created to store runtime
|
A new directory, `$HOME/.monkey_island` will be created to store runtime
|
||||||
artifacts.
|
artifacts.
|
||||||
|
|
Loading…
Reference in New Issue