From f716e159ee0a7591612ecca0e7e017fc102a18c4 Mon Sep 17 00:00:00 2001 From: Sean Shriver Date: Tue, 28 Nov 2023 17:02:38 -0600 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a4096ff8..c6acaf3a 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,12 @@ You can make code changes and markdown changes, but in order to test the build y #### Clone this repo: We suggest you make a fork. From wherever you are you can checkout the repo: + `git clone git@github.com:aws-samples/amazon-dynamodb-labs.git` (or your fork) #### Making edits: Amazon employees only: Make changes, run preview_build, check localhost:8080 to see the site locally + Everyone else: make changes, make a pull request, and wait for the automations to run. They will tell you if you have errors in your changes. #### Pull requests