Skip to content

Commit 690fc3f

Browse files
committed
2 parents 8806368 + 99b3ca1 commit 690fc3f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm

samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ sudo systemctl reboot
2828
curl --output setup-bdc.sh https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm/setup-bdc.sh
2929
```
3030

31-
1. Make the script executable
31+
2. Make the script executable
3232

3333
``` bash
3434
chmod +x setup-bdc.sh
3535
```
3636

37-
1. Run the script (make sure you are running with sudo)
37+
3. Run the script (make sure you are running with sudo)
3838

3939
``` bash
4040
sudo ./setup-bdc.sh
4141
```
4242

43-
1. Refresh alias setup for azdata
43+
4. Refresh alias setup for azdata
4444

4545
``` bash
4646
source ~/.bashrc

0 commit comments

Comments
 (0)