Skip to content

Commit 9df732f

Browse files
committed
🔥 Added rev version representation via --dumpversion
1 parent 1881ad1 commit 9df732f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

‎README.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Command Line Interface (CLI) Usage
44

5+
### Installation
6+
7+
To install AsmX G3, run the following command:
8+
```
9+
cd src && npm install
10+
cd ../
11+
```
12+
513
### Usage
614

715
```

‎src/kernel.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function version() {
8181
}
8282

8383
function dumpversion() {
84-
Server.journal.log('Version: v28');
84+
Server.journal.log('Version: v28 (rev 1.0)');
8585
}
8686

8787
function dumpmachine() {

0 commit comments

Comments
 (0)