Skip to content

Commit 99b3ca1

Browse files
authored
Update README.md
1 parent 50b2aaa commit 99b3ca1

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
@@ -17,21 +17,21 @@ Using this sample bash script, you will deploy a single node Kubernetes cluster
1717
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
1818
```
1919

20-
1. Make the script executable
20+
2. Make the script executable
2121

2222
```
2323
2424
chmod +x setup-bdc.sh
2525
```
2626

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

2929
```
3030
3131
sudo ./setup-bdc.sh
3232
```
3333

34-
1. Refresh alias setup for azdata
34+
4. Refresh alias setup for azdata
3535

3636
```
3737

0 commit comments

Comments
 (0)