Commit 5c1dd8c 1 parent eb51f9b commit 5c1dd8c Copy full SHA for 5c1dd8c
File tree 1 file changed +4
-15
lines changed
1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -8,23 +8,12 @@ A curl-like CLI application for requesting endpoints protected by AWS Signature
8
8
9
9
### Linux and Mac
10
10
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
23
13
```
24
14
25
15
## Quick Start
26
16
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
30
19
```
You can’t perform that action at this time.
0 commit comments