Skip to content

Commit 25bd259

Browse files
authored
Add Homebrew installation steps for Linux
Added Homebrew installation instructions for Linux.
1 parent 937cb4b commit 25bd259

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

articles/dev-tunnels/get-started.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,37 @@ Direct download link:
102102

103103
## [Linux](#tab/linux)
104104

105+
## Homebrew
106+
107+
You can use Homebrew, to install and update the `devtunnel` CLI. The following commands could be used with or without `--cask`.
108+
109+
```bash
110+
brew install --cask devtunnel
111+
```
112+
113+
```bash
114+
brew uninstall --cask devtunnel
115+
```
116+
117+
```bash
118+
brew upgrade --cask devtunnel
119+
```
120+
121+
```bash
122+
brew list --versions devtunnel
123+
```
124+
125+
Please note, the following command is only available if you installed the version you are looking for with Homebrew previously. To see a list of which versions you have available, run the command above.
126+
127+
## Script
128+
129+
```bash
130+
brew switch --cask devtunnel <older_version>
131+
```
132+
133+
134+
## Script
135+
105136
```bash
106137
curl -sL https://aka.ms/DevTunnelCliInstall | bash
107138
```

0 commit comments

Comments
 (0)