We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8806368 + 99b3ca1 commit 690fc3fCopy full SHA for 690fc3f
1 file changed
samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm/README.md
@@ -28,19 +28,19 @@ sudo systemctl reboot
28
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
29
```
30
31
-1. Make the script executable
+2. Make the script executable
32
33
``` bash
34
chmod +x setup-bdc.sh
35
36
37
-1. Run the script (make sure you are running with sudo)
+3. Run the script (make sure you are running with sudo)
38
39
40
sudo ./setup-bdc.sh
41
42
43
-1. Refresh alias setup for azdata
+4. Refresh alias setup for azdata
44
45
46
source ~/.bashrc
0 commit comments