diff options
author | Justin Clark-Casey (justincc) | 2010-04-18 19:19:50 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-04-18 21:31:54 +0100 |
commit | 7ef6dc2bac4f25368d969f487799c2bc49c33c36 (patch) | |
tree | 5c74806591dd26f828a9603849447683dd1af32c | |
parent | One more bug fix in sqlite sql statements. (diff) | |
download | opensim-SC_OLD-7ef6dc2bac4f25368d969f487799c2bc49c33c36.zip opensim-SC_OLD-7ef6dc2bac4f25368d969f487799c2bc49c33c36.tar.gz opensim-SC_OLD-7ef6dc2bac4f25368d969f487799c2bc49c33c36.tar.bz2 opensim-SC_OLD-7ef6dc2bac4f25368d969f487799c2bc49c33c36.tar.xz |
Slightly tweak README to account for the fact that first-time standalone users may effectively set up their avatar as 'master avatar' in the region configuration stage.
-rw-r--r-- | README.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -59,7 +59,8 @@ Once you are presented with a prompt that looks like: | |||
59 | 59 | ||
60 | You have successfully started OpenSim. | 60 | You have successfully started OpenSim. |
61 | 61 | ||
62 | Before you can log in you will need to create a user account. You can do | 62 | Before you can log in you will need to create a user account if you didn't already create |
63 | your user as the "Master Avatar" during the region configuration stage. You can do | ||
63 | this by running the "create user" command on the OpenSim console. This will | 64 | this by running the "create user" command on the OpenSim console. This will |
64 | ask you a series of questions such as first name, last name and password. | 65 | ask you a series of questions such as first name, last name and password. |
65 | 66 | ||