From dfa2ef8ce53a85ca6900281da5494a5da454f39d Mon Sep 17 00:00:00 2001 From: Erik Taubeneck Date: Mon, 10 Jun 2024 11:36:13 -0700 Subject: [PATCH] fix typos called out by akoshelev --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7c185c1..00ef7d0 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,14 @@ draft is a project designed to help test [IPA](https://github.com/private-attrib *Instructions for AWS Linux 2023* -1. Provision an EC2 instance. Download the provided `ssh_connect.pem` key and add it to `~/.ssh`. +1. Provision an EC2 instance. Download the provided ssh PEM file (e.g., ``) and add it to `~/.ssh`. 2. Point a subdomain of a domain you control to the public IP address. 3. Add the host to your `~/.ssh/config` file: ``` Host ipa Hostname User ec2-user - IdentityFile ~/.ssh/ssh_connect.pem + IdentityFile ~/.ssh/ ``` 4. Update the `draft/ansible/inventory.ini` file to only include a single host. (Unless you are running all 4 servers.) 5. Provision your machine: `ansible-playbook -i ansible/inventory.ini ansible/provision.yaml` @@ -133,11 +133,11 @@ The `ln` at the end is because Supabase requires interacting with the local Dock Make sure the repo is cloned, and you're working in the root directory of the repo: ``` -git clone https://github.com/eriktaubeneck/draft.git +git clone https://github.com/private-attribution/draft.git cd draft ``` -**Start colima and supabse:** +**Start colima and supabase:** ``` colima start