Skip to content

Commit

Permalink
highlighting specs
Browse files Browse the repository at this point in the history
  • Loading branch information
instantiator committed Jan 8, 2023
1 parent 9e7aedf commit 1235d54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A simple template to develop, publish, and test a simple .NET service behind an

## Prerequisites

```
```shell
brew install awscli
brew install aws-sam-cli
brew install --cask aws-vault
Expand All @@ -41,11 +41,11 @@ brew install --cask dotnet-sdk
### Set up your local machine

* Add the credentials to `aws-vault`, ie.
```
```shell
aws-vault add administrator
```
* Add the profile to `~/.aws/config`, eg.
```
```toml
[profile administrator]
region=eu-west-2
output=json
Expand Down

0 comments on commit 1235d54

Please sign in to comment.