aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-01-09 20:28:23 +0000
committerbloodstalker <thabogre@gmail.com>2018-01-09 20:28:23 +0000
commitd26bd54a2aaa12e0273025acf175cefc84c74063 (patch)
tree6e81f44de2710f94d2e49f356b94b568fd82dfad /bruiser/README.md
parentreadme update [ci skip] (diff)
downloadmutator-d26bd54a2aaa12e0273025acf175cefc84c74063.tar.gz
mutator-d26bd54a2aaa12e0273025acf175cefc84c74063.zip
update
Diffstat (limited to 'bruiser/README.md')
-rw-r--r--bruiser/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/bruiser/README.md b/bruiser/README.md
index 642b10b..da86ce5 100644
--- a/bruiser/README.md
+++ b/bruiser/README.md
@@ -34,6 +34,10 @@ Imagine we have a classical mutation operator that mutates all `+` operators to
### How?
I'm going to write about it as soon as I get my thoughts organized. In the meantime you can look at the source code for some hints.<br/>
+### Useful Lua Scripts
+The dir named `lua-scripts` houses demos, examples and useful lua scripts for bruiser.<br/>
+If you happen to write a Lua script for bruiser that you think other people will find useful, then please add it to `lua-scripts` on your fork and make a PR.<br/>
+
### Exampless
First you should clone the mutator repo and run `git submodule init` and `git submodule update` to get the third-party repos that enable mutator to run.<br/>
To build bruiser you can either run the makefile in bruiser's directory, then run `make` or just run the makefile at mutator's root directory and run `make bruiser`.<br/>