Skip to content

Commit 057f595

Browse files
authored
Update README.md
1 parent a083110 commit 057f595

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,23 @@ Now you can find all the files you need in the `web/dist` folder.
2525

2626
Move files in place:
2727

28-
* Move `web/dist` to your webroot
29-
* Move the output directory you defined to `webroot/static/data`
28+
* Move everything under `web/dist` to your webroot
29+
* Move the output directory you defined to `webroot/data`
3030

3131
### Final File Structures
3232

3333
```
3434
- webroot
3535
+ index.html
36-
- static
37-
+ css
38-
- data # here's the data that main application produces
39-
+ info.json
40-
+ players.json
41-
+ (...) Player UUID directories
42-
+ fonts
43-
+ img
44-
+ js
45-
+ skin
36+
+ css
37+
- data # here's the data that main application produces
38+
+ info.json
39+
+ players.json
40+
+ (...) Player UUID directories
41+
+ fonts
42+
+ img
43+
+ js
44+
+ skin
4645
```
4746

4847
Upload webroot to you server, and configure your nginx server like this:

0 commit comments

Comments
 (0)