Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated ReadMe to include Linux installation instructions for AWS  cli
  • Loading branch information
sweedarbk authored Jan 13, 2025
1 parent 6ea4dec commit 2c27549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
1. [Create an IAM User](https://sst.dev/chapters/create-an-iam-user.html)
1. Export `aws_access_key_id` and `aws_secret_access_key` env variables.
1. Run `brew install awscli` in the terminal to install AWS CLI
1. Run `brew install go`
1. Run `brew install go`
1. **For Linux - Ubuntu** - Run `sudo apt install awscli`, enter your password, enter `y` to confirm. Check version with `aws --version`
1. Run `aws configure` to
[Authorize SST via AWS CLI](https://sst.dev/chapters/configure-the-aws-cli.html)
through Lambda to your local environment
Expand Down

0 comments on commit 2c27549

Please sign in to comment.