Skip to content

Commit

Permalink
Pages content update
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-moser committed Jun 26, 2023
1 parent 31e5b05 commit aed950c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ To deploy an application using SAM, you need an AWS account and the following to


## Create a Project
Once you have the tools installed, use the *sam init* command to initialize a new project.
Once you have the tools installed, from a command prompt on your machine, use the *sam init* command to initialize a new project.

``` bash
sam init --location gh:aws-samples/aws-sam-swift
```

When prompted, specify a name for your project and select the template for the type of project you want to generate. Then switch to the project's folder.

Instructions to build and deploy the application are located in the **README.md** file of the generated project.
Application specific instructions to build, deploy, and use the application are located in the **README.md** file of the generated project.

## Project Templates
The tool currently supports two templates. Check back often, as we intend to add new templates regularly.
Expand Down

0 comments on commit aed950c

Please sign in to comment.