Skip to content

Commit

Permalink
updating README.md with dev instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Levinson committed Mar 2, 2018
1 parent 41929dd commit df76b39
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,23 @@ GScript uses a JS V8 Virtual Machine to interpret your genesis script and allow

The Engine itself is referred commonly as "GSE" - Genesis Scripting Engine.

## Installation

We have created a command line SDK for gscript. You can download it from our Releases page:

<https://github.com/gen0cide/gscript/releases>

If you want to compile final binaries using gscripts compiler, you'll need the following dependencies installed and configured on your system:

* Golang v1.10 or higher
* jshint

After you have both of those, run:

```
$ go get github.com/gen0cide/gscript/cmd/gscript
```

## What is GENESIS btw?

GENESIS was created by @vyrus, @gen0cide, @emperorcow, and @ahhh for dynamically bundling multiple payloads into one dropper for faster deployment of implants for the CCDC Red Team.
Expand Down

0 comments on commit df76b39

Please sign in to comment.