Skip to content

Commit 4b5d432

Browse files
authored
Update 02-install.md for 3.x (#9752)
1 parent 7fecd83 commit 4b5d432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/content/terminus/02-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ sudo ln -s ~/terminus/terminus /usr/local/bin/terminus
125125
mkdir -p ~/terminus && cd ~/terminus
126126
curl -L https://github.com/pantheon-systems/terminus/releases/download/3.6.2/terminus.phar --output terminus3
127127
chmod +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
135135
Update 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

0 commit comments

Comments
 (0)