Skip to content

Commit 61fdc25

Browse files
committed
Correct formatting.
1 parent 8a5085d commit 61fdc25

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

samples/features/sqlvdi-linux/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,34 @@ This folder contains the latest files and samples required to build a SQL Server
99

1010
## Known Bugs
1111

12-
There is a problem with VDF_LikeDisk and VDF_RandomAccess where the backup/restore is aborted unexpectedly.
12+
There is a problem with VDF_LikeDisk and VDF_RandomAccess where the backup/restore is aborted unexpectedly.
1313

1414
## Steps
15+
1516
1. Install the mssql-server and mssql-tools packages 
1617

1718
[Install SQL Server on Linux](http://docs.microsoft.com/sql/linux/sql-server-linux-setup) 
1819
[Install SQL Server tools on Linux](http://docs.microsoft.com/sql/linux/sql-server-linux-setup-tools) 
1920

2021
1. Install the clang and uuid-dev packages in order to build the sample. 
21-
22+
2223
  Example (for Ubuntu): 
2324

24-
```bash
25-
sudo apt-get install clang 
26-
sudo apt-get install uuid-dev 
27-
```
28-
29-
1. Create a symbolic link to sqlcmd in /usr/bin
30-
25+
```bash
26+
sudo apt-get install clang 
27+
sudo apt-get install uuid-dev 
3128
```
29+
30+
1. Create a symbolic link to sqlcmd in /usr/bin
31+
32+
```bash
3233
sudo ln -s /opt/mssql-tools/bin/sqlcmd /usr/bin/sqlcmd
3334
```
3435

3536
1. Copy the vdi sample files to a directory on your Linux machine.
3637

3738
1. Run make to build the sample code
3839

39-
4040
1. Run the vdi client as the mssql user or follow these instructions:
4141

4242
- Add the user running the vdi client to mssql group `sudo usermod -a -G mssql vdiuser`.

0 commit comments

Comments
 (0)