diff --git a/README.md b/README.md index 6e0ed93..0c12b56 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,9 @@ This repository is mostly an experiment to help me better understand matrix models. You're likely better off using [arranstewart/magic](https://github.com/arranstewart/magic). + +We support output from magic using the ugly data format. + +``` +python3 parse_magic.py < UGLY_FILE_FROM_MAGIC +```