From c7968e59c21b97d15b434764397e426d1c1c5cf8 Mon Sep 17 00:00:00 2001 From: konsthol Date: Thu, 23 Mar 2023 01:47:28 +0200 Subject: [PATCH] TODO: Fix later --- assets/pages/usage/usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/pages/usage/usage.md b/assets/pages/usage/usage.md index a1f0ffe..ef21cb8 100644 --- a/assets/pages/usage/usage.md +++ b/assets/pages/usage/usage.md @@ -12,7 +12,7 @@ Then a public and a private ssh key will be generated and stored in the root of # Creating a virtual machine 🖥️ -To create a virtual machine you can run `python3 secdep.py -P -c` or `python3 secdep.py --provider --create` where `` is either `gce`, `azure` or `aws`. +To create a virtual machine you can run `python3 secdep.py -P -c` or `python3 secdep.py --provider --create` where `` is either gce, azure or aws. You will be asked to enter some information regarding the virtual machine you want to create such as @@ -57,7 +57,7 @@ or with specific values # Finding valid values for the flags 🕵️ -If you want to find valid values for the image you can run `python3 secdep.py -P -I -p` or `python3 secdep.py --provider --listimages --print` where `` is either `gce`, `azure` or `aws`. +If you want to find valid values for the image you can run `python3 secdep.py -P -I -p` or `python3 secdep.py --provider --listimages --print` where `` is either gce, azure or aws. Same goes for the `-S -p` or `--listsizes --print` flag for the sizes and the `-G -p` or `--listlocations --print` flag for the location.