From 99b3ca1919c77c3187df2cb23d934fd041e1af2a Mon Sep 17 00:00:00 2001 From: Umachandar Jayachandran Date: Tue, 23 Jul 2019 22:27:25 -0700 Subject: [PATCH] Update README.md --- .../deployment/kubeadm/ubuntu-single-node-vm/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 62634630..969fa87d 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 @@ -17,21 +17,21 @@ Using this sample bash script, you will deploy a single node Kubernetes cluster 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 ``` 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) ``` sudo ./setup-bdc.sh ``` -1. Refresh alias setup for azdata +4. Refresh alias setup for azdata ```