Skip to content

Commit dfd5911

Browse files
author
Alan Yu
committed
added tar.gz installation instructions
1 parent 88adc56 commit dfd5911

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/sql-operations-studio/download.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@ This release of [!INCLUDE[name-sos](../includes/name-sos-short.md)] includes a s
7474
sqlops
7575
```
7676

77+
**tar.gz Installation:**
78+
```bash
79+
cd ~
80+
cp ~/Downloads/sqlops-linux-<version string>.tar.gz ~
81+
tar -xvf ~/sqlops-linux-<version string>.tar.gz
82+
echo 'export PATH="$PATH:~/sqlops-linux-x64"' >> ~/.bashrc source ~/.bashrc
83+
sqlops
84+
```
85+
7786
> [!NOTE]
7887
> On Debian, Redhat, and Ubuntu, you may have missing dependencies. Use the following commands to install these dependencies depending on your version of Linux:
7988

0 commit comments

Comments
 (0)