Skip to content

Commit 2a19b46

Browse files
authored
update to gateway offline install docs, 2 typos, 2 command additions (#10027)
1 parent 6322e13 commit 2a19b46

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/ides/gateway.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,15 +223,17 @@ To install both backends and clients, you will need to run two commands.
223223
**Backends**
224224

225225
```shell
226-
./jetbrains-clients-downloader-linux-x86_64-1867/bin4/jetbrains-clients-downloader --products-filter <product-code> --build-filter <build-number> --platforms-filter linux-x64,windows-x64,osx-x64 --download-backends ~/backends
226+
mkdir ~/backends
227+
./jetbrains-clients-downloader-linux-x86_64-1867/bin/jetbrains-clients-downloader --products-filter <product-code> --build-filter <build-number> --platforms-filter linux-x64,windows-x64,osx-x64 --download-backends ~/backends
227228
```
228229

229230
**Clients**
230231

231232
This is the same command as above, with the `--download-backends` flag removed.
232233

233234
```shell
234-
./jetbrains-clients-downloader-linux-x86_64-1867/bin4/jetbrains-clients-downloader --products-filter <product-code> --build-filter <build-number> --platforms-filter linux-x64,windows-x64,osx-x64 ~/clients
235+
mkdir ~/clients
236+
./jetbrains-clients-downloader-linux-x86_64-1867/bin/jetbrains-clients-downloader --products-filter <product-code> --build-filter <build-number> --platforms-filter linux-x64,windows-x64,osx-x64 ~/clients
235237
```
236238

237239
We now have both clients and backends installed.

0 commit comments

Comments
 (0)