From 58783a5216b81863988110174229a65ceb315e1e Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 4 Nov 2016 00:46:34 +1000 Subject: Attempt to move everything writable, and the configs, out of the bin directory. Log configs are still in the bin directory. --- BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BUILDING.md') diff --git a/BUILDING.md b/BUILDING.md index d8deeeb..ee07411 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -4,7 +4,7 @@ Steps: * runprebuild.bat * Load OpenSim.sln into Visual Studio .NET and build the solution. * chdir bin - * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include + * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in config/config-include * run OpenSim.exe # Building on Linux @@ -21,7 +21,7 @@ From the distribution type: * ./runprebuild.sh * nant (or !* xbuild) * cd bin - * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include + * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in config/config-include * run mono OpenSim.exe !* xbuild option switches !* clean: xbuild /target:clean -- cgit v1.1