Skip to content

Commit 3686716

Browse files
Update installation.md
1 parent c81d0da commit 3686716

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/installation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ You will be prompted for:
9393

9494
| Prompt | Example | Description |
9595
|--------|---------|-------------|
96-
| Organisation name | `ACME Ltd` | Your company name |
96+
| Organisation name | `Casy holdings` | Your company name |
9797
| Activation key | `ABC-123-XYZ` | Provided by ZIMRA |
98-
| Device ID | `23265` | Provided by ZIMRA |
99-
| Device model name | `FiscGuy-v1` | Your device model |
100-
| Device model version | `1.0.0` | Your device version |
101-
| Device serial number | `SN0001` | Your device serial |
98+
| Device ID | `20000` | Provided by ZIMRA |
99+
| Device model name | `Server` |Provided by ZIMRA |
100+
| Device model version | `1.0` | Provided by ZIMRA |
101+
| Device serial number | `SN0001` | Provided by ZIMRA |
102102
| Production? | `y/n` | Use production or test FDMS |
103103

104104
The command then:
@@ -117,7 +117,7 @@ from fiscguy.models import Device, Configuration, Taxes
117117

118118
# Device should exist
119119
device = Device.objects.first()
120-
print(device) # "ACME Ltd - 23265"
120+
print(device) # "Casy holdings - 2000"
121121

122122
# Config should be populated
123123
config = Configuration.objects.first()

0 commit comments

Comments
 (0)