Skip to content

Commit

Permalink
Eliminate use of forthcoming release syntax.
Browse files Browse the repository at this point in the history
'--configure' will change to plain 'configure' only in upcoming release.
  • Loading branch information
preusser committed May 4, 2016
1 parent 35853a9 commit bfcebe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@ Run the following command line instructions to configure PoC on your local syste

```bash
cd <PoCRoot>
./poc.sh configure
./poc.sh --configure
```
```PowerShell
cd <PoCRoot>
.\poc.ps1 configure
.\poc.ps1 --configure
```

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

0 comments on commit bfcebe0

Please sign in to comment.