Skip to content

Commit 5eb62da

Browse files
authored
Update README.md
Replace references to ~/.rcon with ~/.config/rcon/rcon.conf
1 parent f948589 commit 5eb62da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ The GNU C development libraries and header files are required to build RCON.
1919

2020
### Install
2121

22-
`make install` will compile the utility using gcc and copy it to $HOME/bin. A sample configuration file, .rcon, will be copied to the current user's home directory. The configuration file should be updated with information regarding your server(s) prior to using RCON.
22+
`make install` will compile the utility using gcc and copy it to $HOME/bin. A sample configuration file, rcon.conf, will be copied to $HOME/.config/rcon. The configuration file should be updated with information regarding your server(s) prior to using RCON.
2323

2424
## Configuration
2525

26-
RCON relies on the existance of the configuration file $HOME/.rcon to obtain server addresses and, optionally, RCON passwords. A server entry in the configuration file takes the form:
26+
RCON relies on the existance of the configuration file $HOME/.config/rcon/rcon.conf to obtain server addresses and, optionally, RCON passwords. A server entry in the configuration file takes the form:
2727

2828
> alias,IP Address,port\[,password\]
2929

0 commit comments

Comments
 (0)