Minor: formatting changes.

arthursv
Jeff Ames 2009-08-04 09:46:43 +09:00
parent 1f90d2a2c6
commit 679cce6178
1 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
Welcome to OpenSim! Welcome to OpenSim!
Version 0.6.x Version 0.6.x
@ -9,8 +9,8 @@ virtual worlds server platform capable of supporting multiple clients
and servers in a heterogeneous grid structure. OpenSim is written in and servers in a heterogeneous grid structure. OpenSim is written in
C#, and can run under Mono or the Microsoft .NET runtimes. C#, and can run under Mono or the Microsoft .NET runtimes.
This is considered an alpha release. Some stuff works, a lot This is considered an alpha release. Some stuff works, a lot doesn't.
doesn't. If it breaks, you get to keep *both* pieces. If it breaks, you get to keep *both* pieces.
== Installation on Windows == == Installation on Windows ==
@ -33,7 +33,7 @@ From the distribution type:
* ./runprebuild.sh * ./runprebuild.sh
* nant * nant
* cd bin * cd bin
* mono ./OpenSim.exe * mono ./OpenSim.exe
See configuring OpenSim See configuring OpenSim
@ -70,14 +70,14 @@ the OpenSim mantis system. You can find the OpenSim mantis system at
http://opensimulator.org/mantis/main_page.php http://opensimulator.org/mantis/main_page.php
If your bug has already been reported, you might want to add to the If your bug has already been reported, you might want to add to the
bug description and supply additional information. bug description and supply additional information.
If your bug has not been reported yet, file a bug report ("opening a If your bug has not been reported yet, file a bug report ("opening a
mantis"). Useful information to include: mantis"). Useful information to include:
* description of what went wrong * description of what went wrong
* stack trace * stack trace
* OpenSim.log (attach as file) * OpenSim.log (attach as file)
* OpenSim.ini (attach as file) * OpenSim.ini (attach as file)
* if running under mono: run OpenSim.exe with the "--debug" flag: * if running under mono: run OpenSim.exe with the "--debug" flag:
mono --debug OpenSim.exe mono --debug OpenSim.exe