Skip to content

Commit 5c1dd8c

Browse files
committed
docs: Fix README.md
1 parent eb51f9b commit 5c1dd8c

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

README.md

+4-15
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,12 @@ A curl-like CLI application for requesting endpoints protected by AWS Signature
88

99
### Linux and Mac
1010

11-
```
12-
$ curl -L https://github.com/rxnew/awscurl/releases/latest/download/awscurl-$(uname -s)-$(uname -m).tar.gz | sudo tar -zxf -C /usr/local/bin
13-
```
14-
15-
### Upgrade
16-
17-
Perform the installation procedure again.
18-
19-
### Uninstall
20-
21-
```
22-
$ sudo rm /usr/local/bin/awscurl
11+
```shell
12+
curl -L https://github.com/rxnew/awscurl/releases/latest/download/awscurl-$(uname -s)-$(uname -m).tar.gz | tar -zx
2313
```
2414

2515
## Quick Start
2616

27-
```
28-
$ export AWS_PROFILE=xxx
29-
$ awscurl -X GET https://example.com
17+
```shell
18+
env AWS_PROFILE=xxx awscurl -X GET https://example.com
3019
```

0 commit comments

Comments
 (0)