Skip to content

Commit 5b3e2fa

Browse files
authored
Update README.md
1 parent f9cefb6 commit 5b3e2fa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is a server for Taiko no Tatsujin Nijiiro ver 08.18
1313
1. Download the server from release page, extract anywhere
1414

1515
2. From game's `Data\x64\datatable` folder, find `music_attribute.bin`, `musicinfo.bin`, `music_order.bin` and `wordlist.bin`, decompress them, add `.json` prefix to them.
16-
The result is `music_attribute.json`, `musicinfo.json`, `music_order.json` and `wordlist.json`. Put `music_attribute.json` under `wwwroot`, the others under` wwwroot/data` folder in server.
16+
The result is `music_attribute.json`, `musicinfo.json`, `music_order.json` and `wordlist.json`. Put the json files under` wwwroot/data` folder in server.
1717

1818
3. Modify hosts, add the following entries:
1919

@@ -30,9 +30,9 @@ This is a server for Taiko no Tatsujin Nijiiro ver 08.18
3030

3131
1. Download [Apache](https://www.apachelounge.com/download/), extract anywhere
3232

33-
2. **Copy the content in Apache folder to installed Apache root folder (and replace)**
33+
2. **Copy the content in release rar's Apache folder to installed Apache root folder (and replace, which includes httpd.conf and httpd-vhosts.conf, if no prompt to replace files, you are extracting to wrong folder)**
3434

35-
3. Open `conf/httpd.conf`, find this line, modify it to your Apache install (extracted) full path
35+
3. Open `conf/httpd.conf` (under installed Apache folder), find this line (line 37 by default), modify it to your Apache install (extracted) full path
3636

3737
```htaccess
3838
# For example, if your Apache is extracted to C:\users\username\Apache24, then this should be "c:/users/username/Apache24"

0 commit comments

Comments
 (0)