Skip to content

Commit

Permalink
update the unzip command
Browse files Browse the repository at this point in the history
Update the unzip command to include the zip archive `awscliv2.zip`
  • Loading branch information
MustaphaU authored Oct 9, 2024
1 parent 01f9d3d commit 9973d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Deployment/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ sudo apt install npm

```
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip
unzip awscliv2.zip
sudo ./aws/install
aws configure
```
Expand Down

0 comments on commit 9973d58

Please sign in to comment.