-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
Brad Landers edited this page Jun 20, 2017
·
1 revision
OK, so I warned you, it's a bit of a mess, but it will run if you have a working Ruby environment. Here's what you'll do:
- Clone the git repository to your local computer
- Fire up a terminal and navigate to the repository you just cloned
- Run
bundle install
- Run
./ac_telemetry.rb
- You might have to use
bundle exec ./ac_telemetry.rb
, depending upon your Ruby setup
- You might have to use
You should receive a complaint about a missing target IP address, along with a usage summary.
If you get an ugly error message saying anything about "cannot load file", you have a Ruby environment issue. Try prefixing with bundle exec
. If that doesn't make sense to you... maybe CLI telemetry loggers aren't for you.