Skip to content

Commit 0b22f06

Browse files
committed
Update README.md
1 parent 832c152 commit 0b22f06

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
Blazing fast single purpose cli for CloudTrail log filtering, written in golang
1010

11+
## 🔢 Prerequisites
12+
13+
* An IAM Role/User with [cloudtrail:LookupEvents](https://docs.aws.amazon.com/awscloudtrail/latest/APIReference/API_LookupEvents.html) permission.
14+
1115
## 🚀 Quick start
1216

1317
```bash
@@ -29,7 +33,7 @@ $ cloudtrail-cli --start-time 2023-02-01T00:00:00 --end-time 2023-02-01T01:00:00
2933

3034
## 👷 Install
3135

32-
### For macOS users (Recommended)
36+
### For macOS/Linux users (Recommended)
3337

3438
```bash
3539
$ brew tap guessi/tap && brew update && brew install cloudtrail-cli
@@ -40,21 +44,21 @@ $ brew tap guessi/tap && brew update && brew install cloudtrail-cli
4044
<details><!-- markdownlint-disable-line -->
4145
<summary>Click to expand!</summary><!-- markdownlint-disable-line -->
4246

43-
### For Linux users
47+
#### For Linux users
4448

4549
```bash
4650
$ curl -fsSL https://github.com/guessi/cloudtrail-cli/releases/latest/download/cloudtrail-cli-Linux-$(uname -m).tar.gz -o - | tar zxvf -
4751
$ mv ./cloudtrail-cli /usr/local/bin/cloudtrail-cli
4852
```
4953

50-
### For macOS users
54+
#### For macOS users
5155

5256
```bash
5357
$ curl -fsSL https://github.com/guessi/cloudtrail-cli/releases/latest/download/cloudtrail-cli-Darwin-$(uname -m).tar.gz -o - | tar zxvf -
5458
$ mv ./cloudtrail-cli /usr/local/bin/cloudtrail-cli
5559
```
5660

57-
### For Windows users
61+
#### For Windows users
5862

5963
```powershell
6064
PS> $SRC = 'https://github.com/guessi/cloudtrail-cli/releases/latest/download/cloudtrail-cli-Windows-x86_64.tar.gz'

0 commit comments

Comments
 (0)