blob: ff35e64652d091477f1d5d7a15639b2c54291077 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Client Data for TMW2
Remember to link music repo music folder here.
Example command:
```sh
ln -s music/music client-data/
```
Useful commands:
```sh
make contrib
```
Make contributors list, both for wiki and client-data.
You'll later have to git add and git pull the wiki repository (wiki/ folder)
```sh
make pipeline
```
Runs an even shorter testxml, and then does an ICC check. Fix all errors and warnings
before pushing any work or your changes **may be reverted**.
|