aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0ccf9fe..a45a852 100644
--- a/README.md
+++ b/README.md
@@ -62,11 +62,20 @@ f!
62* **Binary Tool** 62* **Binary Tool**
63 63
64  Clone this repo, then build and install executable with: 64  Clone this repo, then build and install executable with:
65
66```sh 65```sh
67> make install 66> make install
68``` 67```
69 68
69  Build MoonPlus tool without macro feature:
70```sh
71> make install NO_MACRO=true
72```
73
74  Build MoonPlus tool without built-in Lua binary:
75```sh
76> make install NO_LUA=true
77```
78
70  Use MoonPlus tool with: 79  Use MoonPlus tool with:
71 80
72```sh 81```sh