Skip to content

Commit 8dd6715

Browse files
ShyamsundarRnirs
authored andcommitted
Update instructions to install subctl to refer to path at HOME
subctl installs its tool in ~/.local/bin/ and the instructions refer to .local/bin which would be correct if pwd is at $HOME. Change the command to refer the full path, in case it is executed from within another pwd than from $HOME. Signed-off-by: Shyamsundar Ranganathan <[email protected]>
1 parent a53f036 commit 8dd6715

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ environment.
6464

6565
```
6666
curl -Ls https://get.submariner.io | bash
67-
sudo install .local/bin/subctl /usr/local/bin/
68-
rm .local/bin/subctl
67+
sudo install ~/.local/bin/subctl /usr/local/bin/
68+
rm ~/.local/bin/subctl
6969
```
7070

7171
For more info see
@@ -185,8 +185,8 @@ environment.
185185

186186
```
187187
curl -Ls https://get.submariner.io | bash
188-
sudo install .local/bin/subctl /usr/local/bin/
189-
rm .local/bin/subctl
188+
sudo install ~/.local/bin/subctl /usr/local/bin/
189+
rm ~/.local/bin/subctl
190190
```
191191

192192
For more info see

0 commit comments

Comments
 (0)