Browse Source

make some changes

UbitUmarov 3 years ago
parent
commit
28ee0816d4
1 changed files with 3 additions and 2 deletions
  1. 3 2
      BUILDING.md

+ 3 - 2
BUILDING.md

@@ -42,7 +42,8 @@ For rebuilding and debugging use the msbuild option switches
   *  release: `msbuild /property:Configuration=Release`
 
 
-# Configure a Standalone
+# Configure a Standalone #
+## Standalone mode ##
 Copy `OpenSim.ini.example` to `OpenSim.ini` in the `bin/` directory, and verify the `[Const]' section, correcting for your case.
 
 On `[Architecture]` section uncomment only the line with Standalone.ini if you do now want HG, or the line with StandaloneHypergrid.ini if you do
@@ -52,7 +53,7 @@ copy the `StandaloneCommon.ini.example` to `StandaloneCommon.ini` in the `bin/co
 The StandaloneCommon.ini file describes the database and backend services that OpenSim will use, and is set to use sqlite by default, which requires no setup.
 
 
-# Configure in grid mode
+## Grid mode ##
 Each grid may have its own requirements, so FOLLOW your Grid instructions!
 in general:
 Copy `OpenSim.ini.example` to `OpenSim.ini` in the `bin/` directory, and verify the `[Const]' section, correcting for your case