Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero committed Feb 7, 2020
1 parent 92788c6 commit 070bee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ You can also set the `PS3LOAD` environment variable to the PS3 IP address: `expo
This will allow you to use `make run` and send `apollo-ps3.self` directly to the PS3Load listener.

To enable debug logging, build Apollo Save Tool with `make DEBUGLOG=1`. The application will send debug messages to
UDP multicast address 239.255.0.100:30000. To receive them you can use [socat][] on your computer:
UDP multicast address `239.255.0.100:30000`. To receive them you can use [socat][] on your computer:

$ socat udp4-recv:30000,ip-add-membership=239.255.0.100:0.0.0.0 -

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ You can also set the `PS3LOAD` environment variable to the PS3 IP address: `expo
This will allow you to use `make run` and send `apollo-ps3.self` directly to the PS3Load listener.

To enable debug logging, build Apollo Save Tool with `make DEBUGLOG=1`. The application will send debug messages to
UDP multicast address 239.255.0.100:30000. To receive them you can use [socat][] on your computer:
UDP multicast address `239.255.0.100:30000`. To receive them you can use [socat][] on your computer:

$ socat udp4-recv:30000,ip-add-membership=239.255.0.100:0.0.0.0 -

Expand Down

0 comments on commit 070bee0

Please sign in to comment.