From 5f2d6648b2cb2e89dc86f7b84b852a03eec93d43 Mon Sep 17 00:00:00 2001 From: Stevan Date: Fri, 7 Feb 2025 22:40:49 +0000 Subject: [PATCH] docs: adjust order of initialization --- make_files/make_cluster.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make_files/make_cluster.mk b/make_files/make_cluster.mk index 728e94f..139ddac 100644 --- a/make_files/make_cluster.mk +++ b/make_files/make_cluster.mk @@ -75,8 +75,8 @@ ## 2) Drop the "throwawaydb" database with the "az-drop-throwawaydb" ## target. ## -## 3) Skip step 1 of the "not on Azure" instructions below and -## finish the cluster installation by starting at step 2. +## 3) Skip step 1 and 2 of the "not on Azure" instructions below and +## finish the cluster installation by starting at step 3. ## (You have an administrative user.) ## ## If you are not on Azure and have a PostgreSQL installation: -- 2.34.1