Skip to content

Commit bcab060

Browse files
authored
Update README.md
1 parent 5feb9f6 commit bcab060

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,14 @@ git clone git@github.com:<username>/create-react-app-auth-amplify.git
2424
cd create-react-app-auth-amplify && npm install
2525
```
2626

27-
2. Import the backend environment deployed by the Amplify Console to your repo (the `amplify/team-provider.json` file contains information on all backend environments in your AWS account). After running this command your `amplify/team-provider.json` should have a backend named `amplify`.
27+
2. Import the backend environment deployed by the Amplify Console to your repo (the `amplify/team-provider.json` file contains information on all backend environments in your AWS account). The GIF below shows how you to copy the `amplify env import` command from the Amplify Console.
28+
29+
<!-- <img src="https://github.com/swaminator/gatsby-auth-starter-aws-amplify/blob/master/src/images/import-backend.gif" width="800"/> -->
30+
31+
3. Paste this command into your terminal at the root of your repo. You should see the `amplify/team-provider.json` updated with a backend named `amplify`.
2832

2933
```
30-
amplify env import --name amplify --config "{<stack-info>}" --awsInfo "{\"configLevel\":\"project\",\"useProfile\":true,\"profileName\":\"default\"}" --yes
34+
amplify env import --name amplify --config "{<stack>}" --awsInfo "{<profile>}" --yes
3135
3236
Successfully added environment from your project
3337
```
@@ -39,7 +43,6 @@ amplify init
3943
? Do you want to use an existing environment? Yes
4044
? Choose the environment you would like to use: (Use arrow keys)
4145
> amplify
42-
4346
```
4447

4548
4. Run locally

0 commit comments

Comments
 (0)