Skip to content

Commit 05c3e71

Browse files
committed
Specify that the install instructions are for Linux
1 parent 68ddcc6 commit 05c3e71

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,13 @@ run locally, you can dump raw statistics data to a JSON file using the
184184
`--json-output-file` command-line argument.
185185

186186
``` bash
187-
sudo curl --location --output '/usr/local/bin/github-stats' 'https://github.com/jstrieb/github-stats/releases/latest/download/github-stats_x86_64-linux'
187+
# Instructions for Linux. Change the filename at the end of the URL for macOS.
188+
sudo curl \
189+
--location \
190+
--output '/usr/local/bin/github-stats' \
191+
'https://github.com/jstrieb/github-stats/releases/latest/download/github-stats_x86_64-linux'
188192
sudo chmod +x /usr/local/bin/github-stats
193+
189194
github-stats --version
190195

191196
github-stats --access-token [YOUR API KEY] --json-output-file stats.json --debug

0 commit comments

Comments
 (0)