From b0f8adef2a8e7aa4375707b90c189de9b53e2039 Mon Sep 17 00:00:00 2001 From: David Allen Date: Sun, 31 Aug 2025 23:01:25 -0600 Subject: [PATCH] fix: minor typos and information --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c4e701..2610cb8 100644 --- a/README.md +++ b/README.md @@ -101,10 +101,10 @@ makeshift upload -d @setup/ # upload an archive (extracted and saved on server - not working yet...) makeshift upload -d @setup.tar.gz -t archive - # upload a new profile +# upload a new profile makeshift upload profile -d @compute.json kubernetes.json -# upload a new profile with a specific path +# upload a new profile from file and directory with `-d` makeshift upload profile -d @kubernetes.json makeshift upload profile -d '{"id": "custom", "data": {}}' kubernetes.json