diff --git a/README.md b/README.md deleted file mode 100644 index cc3ee9a..0000000 --- a/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# infra-as-code -## Setup -In order to create customers a one-time setup has to be done. Execute the following command to get started: -```sh -./install_deps.sh -``` -You can now start creating customers! - -## Create customer -```sh -./self_service.sh -``` - -## Remove a customer -```sh -./rm_customer.sh $CUSTOMER_NAME -```