We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3415bda commit e654d4fCopy full SHA for e654d4f
ChangeLog
@@ -1,7 +1,8 @@
1
1.1
2
* metaparser better compatibility;
3
* show errors to stdout;
4
- * windows static build.
+ * windows static build;
5
+ * 9front build.
6
7
1.0
8
* Initial release
README.md
@@ -33,6 +33,15 @@ Then:
33
$ make && sudo make install
34
```
35
36
+### 9front (Plan9) build
37
+
38
+```
39
+% git/clone https://github.com/instead-hub/instead-cli
40
+% mk init
41
+% mk
42
+% mk install
43
44
45
## Run
46
47
./instead-cli <gamedir path>
0 commit comments