diff --git a/README.md b/README.md index e1a787c..d274a2b 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ sudo npm install --unsafe-perm ``` ## How to guide how to configure units and the simulator +
**1. Insert Groups**
Groups will be inserted using the following script directly on the database: @@ -49,13 +50,15 @@ BEGIN end; $$; ``` +
**2. Insert units**
The units will be inserted from the provisioning(**Units -> Import from file**) and the **file_name.xlsx** file will have the following format: - +![FILE.XLSX Format](./doc/units-xlsx.png) +
-**3. Cimulator configuration:**
-**For the simulation to simulate in a period**, we must put the **testing_period setting in settings** (the value is in milliseconds).
+**3. Simulator configuration:**
+For the simulation to simulate **in a period**, we must put the **testing_period setting in settings** (the value is in milliseconds).
Example in **config**:
```toml [settings]