Skip to content

Commit fb80aaa

Browse files
authored
Merge pull request #515 from MattIrv/patch-2
Minor edits to Linux download instructions
2 parents 2bbb30f + 99c04c7 commit fb80aaa

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)