From 0d84b054475aeaf17a3b0c20e56e832b675763b8 Mon Sep 17 00:00:00 2001 From: Alex Schoof Date: Sun, 29 Aug 2021 14:48:19 -0400 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa4e199..c1bd2f3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This project makes it really easy (or at least as easy as it can be) to run a li ## Instructions 1. cd into the `thundercloud` root and do `npm install`. -2. run `cdk deploy` +2. run `cdk bootstrap` (only needed once per account) and then `cdk deploy` 3. watch the pretty bars fill up 4. It will spit out something like this: ```