diff --git a/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm/README.md b/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm/README.md index e60bcd88..a6090a02 100644 --- a/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm/README.md +++ b/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm/README.md @@ -28,19 +28,19 @@ sudo systemctl reboot 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 ``` -1. Make the script executable +2. Make the script executable ``` bash chmod +x setup-bdc.sh ``` -1. Run the script (make sure you are running with sudo) +3. Run the script (make sure you are running with sudo) ``` bash sudo ./setup-bdc.sh ``` -1. Refresh alias setup for azdata +4. Refresh alias setup for azdata ``` bash source ~/.bashrc