Skip to content

Commit 2dd41ec

Browse files
committed
Wording improvements
1 parent f226bea commit 2dd41ec

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,14 @@ When you push changes to the `Dockerfile`, GitHub Actions builds a Docker image
1414

1515
### 1. Create this repo from the template
1616

17-
Click **Use this template****Create a new repository**.
17+
Click **Use this template****Create a new repository**. You can name it anything you like — `cubed-lithops-runtime-builder` is a good default.
18+
19+
Then clone it to your local machine:
20+
21+
```bash
22+
git clone https://github.com/YOUR_ORG/YOUR_REPO.git
23+
cd YOUR_REPO
24+
```
1825

1926
### 2. Bootstrap AWS
2027

@@ -36,7 +43,8 @@ This creates a GitHub OIDC identity provider (if one doesn't already exist), an
3643
aws cloudformation describe-stacks \
3744
--stack-name cubed-lithops-github-actions \
3845
--query 'Stacks[0].Outputs' \
39-
--output table
46+
--output table \
47+
--no-cli-pager
4048
```
4149

4250
### 3. Add the secret
@@ -62,7 +70,7 @@ aws_lambda:
6270
6371
### 5. Add your dependencies
6472
65-
Edit the `Dockerfile` to add extra packages (there is a clearly marked section near the bottom), then push — the CI pipeline builds and deploys the `cubed-runtime` Lambda runtime automatically.
73+
Edit the `Dockerfile` to add extra packages (there is a clearly marked section near the bottom), then commit and push with git — the CI pipeline builds and deploys the `cubed-runtime` Lambda runtime automatically.
6674

6775
## Manual trigger
6876

0 commit comments

Comments
 (0)