1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Update to correct numbering.

This commit is contained in:
MikeRayMSFT
2017-03-13 18:34:22 -07:00
parent 61fdc25171
commit bf83233d5d

View File

@ -18,9 +18,9 @@ There is a problem with VDF_LikeDisk and VDF_RandomAccess where the backup/resto
[Install SQL Server on Linux](http://docs.microsoft.com/sql/linux/sql-server-linux-setup) 
[Install SQL Server tools on Linux](http://docs.microsoft.com/sql/linux/sql-server-linux-setup-tools) 
 
1. Install the clang and uuid-dev packages in order to build the sample. 
1. Install the clang and uuid-dev packages in order to build the sample.
  Example (for Ubuntu): 
Example (for Ubuntu): 
```bash
sudo apt-get install clang