Skip to content

Commit 4f10b3c

Browse files
Update getting-started.md to new version
1 parent 9b9a449 commit 4f10b3c

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

docs/getting-started.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Welcome to **HyperMatrix**, a high-level programming language designed to combin
77
## Installation
88

99
### Step 1: Download the Installer
10-
1. Go to the [Releases](https://github.com/YourUsername/HyperMatrix/releases) section of the HyperMatrix repository.
10+
1. Go to the [Releases](https://github.com/HyperMatrixDev/HyperMatrix/releases) section of the HyperMatrix repository.
1111
2. Download the appropriate installer for your operating system.
1212

1313
### Step 2: Run the Installer
@@ -112,10 +112,18 @@ hmatrix -resource:/path/to/resources hello-world.hm
112112

113113
---
114114

115-
### **7. Display Grammar Documentation**
116-
Use the `-help` flag to display grammar documentation in Markdown format and exit:
115+
### **7. Retrieve Grammar or Version Information**
116+
Use the `-help`, `-grammar`, and `-version` flags for reference documentation:
117+
118+
- `-help` → Displays a basic usage guide.
119+
- `-grammar` → Retrieves the full grammar file.
120+
- `-version` → Shows version details (highest priority, overrides all other flags).
121+
122+
**Example**:
117123
```bash
118124
hmatrix -help
125+
hmatrix -grammar
126+
hmatrix -version
119127
```
120128

121129
---

0 commit comments

Comments
 (0)