Megabytes as default
krak3n77 opened this issue · 1 comments
krak3n77 commented
Is there a way to run this with the default of always using the measurements of megabytes instead of always specifying the "-b" flag?
Ps. Great project btw!
sindresorhus commented
Put a shell alias in your dot files:
alias speed-test='speed-test --bytes'
You could even use a shorter command.