diff --git a/README.org b/README.org new file mode 100644 index 0000000000000000000000000000000000000000..6940bad8757080ffb0d6222cb2ef82d4b573b3b8 --- /dev/null +++ b/README.org @@ -0,0 +1,11 @@ +To install: +#+BEGIN_SRC shell +make init +make +#+END_SRC + +To test: +#+BEGIN_SRC shell +make test_init +make test +#+END_SRC