Skip to content

Commit

Permalink
Remove redundant file from cache structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Major- authored Jul 17, 2019
1 parent d3dcd7e commit b2b07d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/src/docs/asciidoc/getting-started/running-apollo.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,15 @@ Apollo supports release 377, so in our case we want the directory structure to l
```
data/fs
└── 377
├── jingle1.mid
├── main_file_cache.dat
├── main_file_cache.idx0
├── main_file_cache.idx1
├── main_file_cache.idx2
├── main_file_cache.idxN
├── ...
```

Now that everything is in place we can use the Gradle task to boot the server
```
> $ gradle server:run
```
After booting Apollo will have loaded the game data and be ready to accept connections.
After booting Apollo will have loaded the game data and be ready to accept connections.

0 comments on commit b2b07d2

Please sign in to comment.