summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2016-01-31 16:45:22 -0500
committerpommicket <leonardomtenenbaum@gmail.com>2016-01-31 16:45:22 -0500
commit0ca5c0153fa09b52af2eacab921e026a42181705 (patch)
tree7a78896d83f9f03a138fdac8cf33b3e92865933a
parentdbc635c3fbb94c18ab1f9def4b1c31b4620bacbf (diff)
Edited readme
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index 866f6b9..6315050 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,22 @@
# NameGeneratorEvolve
Creates names, asks you to rate them, and slowly learns which names are good.
+
+NameGeneratorEvolve uses [StringLearn](https://github.com/pommicket/StringLearn) look at the n-grams you like, to determine which names you like.
+
+Executables can be found in the build directory, but if you want to compile the source code, just run `make` in the src directory.
+
+**The names evolve *very* slowly. They start out completely random.**
+
+**Windows**
+```bash
+cd build/Windows
+NameLearn
+```
+
+**GNU/Linux**
+```bash
+cd build/GNULinux
+./NameLearn
+```
+
+Mac OS X is not supported.