aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/introduction/development.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/introduction/development.md b/src/introduction/development.md
index 720b99c..b9f50b0 100644
--- a/src/introduction/development.md
+++ b/src/introduction/development.md
@@ -12,3 +12,12 @@ Once Rust is installed, run `cargo install sqlx-cli`.
1. Navigate to the cloned instance of Whirl.
2. Create database file; `sqlx database create`.
3. Migrate database; `sqlx migrate run`.
+
+## Overwriting WorldServer address
+1. Navigate to your `/etc/hosts` file, on Windows this is usually located at
+ `C:\Windows\System32\drivers\etc\hosts`.
+2. Add these rules;
+ ```
+ 0.0.0.0 www.3dcd.com
+ 0.0.0.0 test.3dcd.com
+ ```