We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ddcc6 commit 05c3e71Copy full SHA for 05c3e71
1 file changed
README.md
@@ -184,8 +184,13 @@ run locally, you can dump raw statistics data to a JSON file using the
184
`--json-output-file` command-line argument.
185
186
``` 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'
+# 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'
192
sudo chmod +x /usr/local/bin/github-stats
193
+
194
github-stats --version
195
196
github-stats --access-token [YOUR API KEY] --json-output-file stats.json --debug
0 commit comments