Skip to content

Commit 3d214c8

Browse files
authored
chore(whatismyregion): sync changes from PR
1 parent 1331b07 commit 3d214c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aws-whatismyregion.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/bin/bash
22

33
# Dependency: requires curl (https://curl.se/)
4-
# Download: https://curl.haxx.se/download.html
4+
# Install via homebrew: `brew install curl`
55

66
# Dependency: requires jq (https://stedolan.github.io/jq/)
7-
# Download: https://stedolan.github.io/jq/download/
7+
# Install via homebrew: `brew install jq`
88

99
# Dependency: requires grepcidr (http://www.pc-tools.net/unix/grepcidr/)
10-
# Download: http://www.pc-tools.net/unix/grepcidr/
10+
# Install via homebrew: `brew install grepcidr`
1111

1212
# @raycast.schemaVersion 1
1313
# @raycast.author Oğuzhan Yılmaz

0 commit comments

Comments
 (0)