Skip to content

Commit

Permalink
Remove bug in readme example
Browse files Browse the repository at this point in the history
The shell will not expand a '~' when it is proceeded
with an '=' equal sign. To use '~' in a path, then be
sure to have it preceded by a space.

Signed-off-by: Mark D Horn <[email protected]>
  • Loading branch information
mdhorn committed Jul 31, 2019
1 parent 8d29c88 commit daccac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ sudo .gopath/bin/clr-installer --reboot=false
or if using the Mass Installer mode:

```
sudo .gopath/bin/clr-installer --config=~/my-install.yaml --reboot=false
sudo .gopath/bin/clr-installer --config ~/my-install.yaml --reboot=false
```

0 comments on commit daccac1

Please sign in to comment.