Skip to content

Commit f3fe448

Browse files
Fix README, add example of execution
1 parent 6e62e7e commit f3fe448

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,18 @@
2727

2828
1, Create a local copy of [config](https://github.com/thisismydesign/poe-sniper/blob/master/config) and [input json](https://github.com/thisismydesign/poe-sniper/blob/master/input/example_input.json) files. Modify values accoding to your needs.
2929

30-
2, Run `ruby -e "require 'poe/sniper'; Poe::Sniper.run('<path to your config file>')"`
30+
2, Run `ruby -e "require 'poe/sniper'; Poe::Sniper.run('< path to your config file >')"`
31+
32+
E.g.
33+
`ruby -e "require 'poe/sniper'; Poe::Sniper.run('C:\poe-sniper\config')"`
3134

3235
3, Stop with CTRL+C
3336

3437
You can also try the alerting functionality with test data without actually connecting to [poe.trade](poe.trade):
3538

3639
1, Create a local copy of [example_socket_data.json](https://github.com/thisismydesign/poe-sniper/blob/master/spec/example_socket_data.json).
3740

38-
2, Run ruby -e "require 'poe/sniper'; Poe::Sniper.offline_debug('<path to your config file>', '<path to your your cope of example socket data>')"
41+
2, Run ruby -e "require 'poe/sniper'; Poe::Sniper.offline_debug('< path to your config file >', '< path to your your cope of example socket data >')"
3942

4043
3, Stop with CTRL+C
4144

0 commit comments

Comments
 (0)