File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,15 @@ Discover more at: <https://www.hiveworkshop.com/threads/online-wc3-map-data-view
23
23
1 . Clone this repository
24
24
2 . Download [ wc3hostAssets] ( https://drive.google.com/file/d/1cusUHkkwODopV39KQw9x6wyPbWBKULyz/view?usp=drive_link ) and extract it to somewhere.
25
25
3 . Add a env to point to the resource files.
26
- ` WC3DATA_HOME=~/wc3hostAssets/ `
26
+
27
+ ```
28
+ export WC3DATA_HOME=~/wc3hostAssets/
29
+ ```
30
+
27
31
4 . Also copy the www folder in repository to the path which WC3DATA_HOME point to.
28
32
5 . Compile and boot WC3DataHost with IDEA. Java version 17.
29
33
30
- ##
34
+
31
35
Q: But the wc3hostAssets already contains ` www ` ?
32
36
- A: The ` www ` in wc3hostAssets is a initial version, later version is go with git repository.
33
37
You can’t perform that action at this time.
0 commit comments