Removed README.md

This commit is contained in:
strNophix 2022-03-15 08:41:04 +01:00
parent 7b00e6d893
commit 4f3de27656

View File

@ -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
```