diff --git a/README.md b/README.md index 5379059..e81d04c 100644 --- a/README.md +++ b/README.md @@ -102,14 +102,14 @@ Managing your own EC2 instance "manually" will use certificates issued by [Let's 4. Connect onto the machine and install the latest release via the setup script on `master` branch: - > [!TIP] - > Ensure the DNS records have properly propagated before continuing. - ```shell ssh -i /path/to/key.pem ec2-user@.orca-solution.com bash <(curl -s https://raw.githubusercontent.com/ccjmne/orca-deploy/pre-revamp/ec2/utils/deploy.sh) ``` +> [!TIP] +> Ensure the DNS records have properly propagated before proceeding to step 4. + ### Update Orca Use the `update.sh` script installed during the deployment in your home directory (`/home/ec2-user`) as follows: diff --git a/ec2/README.md b/ec2/README.md index 5d75dda..20fccdf 100644 --- a/ec2/README.md +++ b/ec2/README.md @@ -34,14 +34,14 @@ Managing your own EC2 instance "manually" will use certificates issued by [Let's 4. Connect onto the machine and install the latest release via the setup script on `master` branch: - > [!TIP] - > Ensure the DNS records have properly propagated before continuing. - ```shell ssh -i /path/to/key.pem ec2-user@.orca-solution.com bash <(curl -s https://raw.githubusercontent.com/ccjmne/orca-deploy/pre-revamp/ec2/utils/deploy.sh) ``` +> [!TIP] +> Ensure the DNS records have properly propagated before proceeding to step 4. + ### Update Orca Use the `update.sh` script installed during the deployment in your home directory (`/home/ec2-user`) as follows: