We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 466f20e commit e12f239Copy full SHA for e12f239
1 file changed
README.md
@@ -29,7 +29,7 @@ GITLABCTL_BIN_DIR=$HOME/.gitlabctl/bin
29
mkdir -p $GITLABCTL_BIN_DIR && curl -Lo gitlabctl \
30
https://github.com/devopsctl/gitlabctl/releases/download/v0.3.0/gitlabctl-darwin-amd64 \
31
&& chmod +x gitlabctl \
32
- && sudo mv gitlabctl $GITLABCTL_BIN_DIR
+ && mv gitlabctl $GITLABCTL_BIN_DIR
33
34
export PATH=$PATH:$GITLABCTL_BIN_DIR
35
@@ -46,7 +46,7 @@ GITLABCTL_BIN_DIR=$HOME/.gitlabctl/bin
46
47
https://github.com/devopsctl/gitlabctl/releases/download/v0.3.0/gitlabctl-linux-amd64 \
48
49
50
51
52
0 commit comments