modify example_commands to show multiple instructions per line

Add note in README about change.
This commit is contained in:
2024-07-02 10:14:25 +01:00
parent 97fc9ca9ce
commit 28945b72c5
2 changed files with 5 additions and 8 deletions

View File

@@ -68,6 +68,8 @@ Scripts can be loaded from text files, for example in Powershell:
./vmrcli.exe -D1 $(Get-Content .\example_commands.txt)
```
Multiple API commands can be in a single line but they should be space separated.
## `Build`
Run the included `makefile` with [GNU Make](https://www.gnu.org/software/make/).