We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Added rev version representation via --dumpversion
1 parent 1881ad1 commit 9df732fCopy full SHA for 9df732f
‎README.md‎
@@ -2,6 +2,14 @@
2
3
## Command Line Interface (CLI) Usage
4
5
+### Installation
6
+
7
+To install AsmX G3, run the following command:
8
+```
9
+cd src && npm install
10
+cd ../
11
12
13
### Usage
14
15
```
‎src/kernel.js‎
@@ -81,7 +81,7 @@ function version() {
81
}
82
83
function dumpversion() {
84
- Server.journal.log('Version: v28');
+ Server.journal.log('Version: v28 (rev 1.0)');
85
86
87
function dumpmachine() {
0 commit comments