freebsd-ports/games/linux-steam/pkg-message
Pav Lucistnik 105ff63d66 - Allow user to redefine installation directory
- Update pkg-message

PR:		ports/64643
Submitted by:	Hideki Machida <hido@neojapangz.com> (maintainer)
2004-04-10 11:31:15 +00:00

29 lines
1.9 KiB
Text

##################################################################
# To get started goto %%PREFIX%%/%%INSTALLDIR%% #
# and type the following to create a steam-user. #
# ./steam -command create -username <username> \ #
# -email <emailaddress> -password <password> \ #
# -question <question> -answer <answer> #
# #
# Example #
# ./steam -command create -username johndoe \ #
# -email johndoe@mydomain.com -password 12345678 \ #
# -question nameofmygun -answer M4A1 #
# #
# Once you have a steam-user account or if you have a registered #
# account already type the following to start updating your HLDS #
# ./steam -command update -game <game> -dir <steamdir> \ #
# -username <username> -password <password> -remember_password #
# #
# Example #
# ./steam -command update -game cstrike -dir %%PREFIX%%/steam \ #
# -username johndoe -password 12345678 -remember_password #
# #
# Once your server has been updated type the following #
# to test your server. #
# ./hlds_run -game cstrike +map de_dust -maxplayers 16 #
# #
# For instructions on configuring your server goto #
# http://server.counter-strike.net #
# #
##################################################################