Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit bfcebe0

Browse files
committed
Eliminate use of forthcoming release syntax.
'--configure' will change to plain 'configure' only in upcoming release.
1 parent 35853a9 commit bfcebe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@ Run the following command line instructions to configure PoC on your local syste
149149

150150
```bash
151151
cd <PoCRoot>
152-
./poc.sh configure
152+
./poc.sh --configure
153153
```
154154
```PowerShell
155155
cd <PoCRoot>
156-
.\poc.ps1 configure
156+
.\poc.ps1 --configure
157157
```
158158

159159
**Note:** The configuration process can be re-run at every time to add, remove

0 commit comments

Comments
 (0)