From 08fe71d647220b1321cd389d948e2c335c723dc7 Mon Sep 17 00:00:00 2001 From: Arnaud M Date: Tue, 2 Jan 2024 14:32:50 +0100 Subject: [PATCH] Add missing for source Signed-off-by: Arnaud M --- userdata/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/userdata/README.md b/userdata/README.md index 6bd2355..d003683 100644 --- a/userdata/README.md +++ b/userdata/README.md @@ -5,7 +5,9 @@ openstack server create --user-data isen-postinstall.sh --min 20 --max 20 --flav ``` # Then copy/paste openrc files into the servers so that students can do -# source /root/openrc +```bash +source /root/openrc +``` # Clean the project, from k8s-1