Skip to content

Commit 6c6257c

Browse files
authored
Minor edits to Linux download instructions
Updates the Linux download instructions to include links to all downloads (.tar.gz, .deb, and .rpm) and fixes a typo in the .tar.gz installation instructions where two commands were on the same line
1 parent 9351e8b commit 6c6257c

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/sql-operations-studio/download.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ This release of [!INCLUDE[name-sos](../includes/name-sos-short.md)] includes a s
5555

5656
## Get SQL Operations Studio (preview) for Linux
5757

58-
1. Download [[!INCLUDE[name-sos](../includes/name-sos-short.md)] for Linux](https://go.microsoft.com/fwlink/?linkid=870840).
58+
1. Download [!INCLUDE[name-sos](../includes/name-sos-short.md)] for Linux by using one of the installers or the tar.gz archive:
59+
- [.deb](https://go.microsoft.com/fwlink/?linkid=870842)
60+
- [.rpm](https://go.microsoft.com/fwlink/?linkid=870841)
61+
- [.tar.gz](https://go.microsoft.com/fwlink/?linkid=870840)
5962
1. To extract the file and launch [!INCLUDE[name-sos](../includes/name-sos-short.md)], open a new Terminal window and type the following commands:
6063

6164
**Debian Installation:**
@@ -79,7 +82,8 @@ This release of [!INCLUDE[name-sos](../includes/name-sos-short.md)] includes a s
7982
cd ~
8083
cp ~/Downloads/sqlops-linux-<version string>.tar.gz ~
8184
tar -xvf ~/sqlops-linux-<version string>.tar.gz
82-
echo 'export PATH="$PATH:~/sqlops-linux-x64"' >> ~/.bashrc source ~/.bashrc
85+
echo 'export PATH="$PATH:~/sqlops-linux-x64"' >> ~/.bashrc
86+
source ~/.bashrc
8387
sqlops
8488
```
8589

0 commit comments

Comments
 (0)