File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ sudo ln -s ~/terminus/terminus /usr/local/bin/terminus
125125mkdir -p ~/terminus && cd ~/terminus
126126curl -L https://github.com/pantheon-systems/terminus/releases/download/3.6.2/terminus.phar --output terminus3
127127chmod +x terminus3
128- sudo ln -s ~/terminus/terminus /usr/local/bin/terminus
128+ sudo ln -s ~/terminus/terminus3 /usr/local/bin/terminus
129129```
130130
131131</Tab >
@@ -135,7 +135,7 @@ sudo ln -s ~/terminus/terminus /usr/local/bin/terminus
135135Update the [ standalone Terminus PHAR] ( #windows-and-linux ) installation to the newest version by running the command below:
136136
137137``` bash{promptUser: user}
138- terminus self:update
138+ terminus self:update --compatible
139139```
140140
141141## Authentication
You can’t perform that action at this time.
0 commit comments