Skip to content

Commit

Permalink
show the installation command for prereq (aws-amplify#5705)
Browse files Browse the repository at this point in the history
* show the installation command for prereq

* updated the CLI install step
  • Loading branch information
Abdallah Shaban authored Aug 1, 2023
1 parent ed3dd72 commit 00d1af3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
6 changes: 2 additions & 4 deletions src/fragments/lib/project-setup/ios/prereq/prereq.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import ios0 from "/src/fragments/lib/ios-prereq-xcode.mdx";
import ios0 from '/src/fragments/lib/ios-prereq-xcode.mdx';

<Fragments fragments={{ios: ios0}} />

- [Amplify CLI](/cli) version 10 or later
<Fragments fragments={{ ios: ios0 }} />
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ If you don't already have an AWS account, you'll need to create one in order to

> There are no upfront charges or any term commitments to create an AWS account and signing up gives you immediate access to the AWS Free Tier.
## Install and configure the Amplify CLI
## Install the Amplify CLI

The Amplify Command Line Interface (CLI) is a unified toolchain to create AWS cloud services for your app. Let's go ahead and install the Amplify CLI.

import all0 from '/src/fragments/cli-install-block.mdx';

<Fragments fragments={{ all: all0 }} />

import config from '/src/fragments/cli-config.mdx';

<Fragments fragments={{ all: config }} />

Next, you'll set up the app and initialize Amplify!
Next, you'll set up your app and initialize Amplify!
7 changes: 7 additions & 0 deletions src/fragments/start/getting-started/common/prereq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ If you don't already have an AWS account, you'll need to create one in order to

> There are no upfront charges or any term commitments to create an AWS account and signing up gives you immediate access to the AWS Free Tier.
## Install the Amplify CLI

The Amplify Command Line Interface (CLI) is a unified toolchain to create AWS cloud services for your app. Let's go ahead and install the Amplify CLI.

import all0 from '/src/fragments/cli-install-block.mdx';

<Fragments fragments={{ all: all0 }} />

import config from '/src/fragments/cli-config.mdx';

Expand Down

0 comments on commit 00d1af3

Please sign in to comment.