Skip to content

Commit 73f6056

Browse files
committed
Updated how build Vanilla
1 parent 74c858e commit 73f6056

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/BuildVanillaForums.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,18 @@ Install composer:
3737
1.Clone or download a repo. Go to the root folder:
3838
cd `Vanilla_3.3`
3939

40-
2.Run the command to install dependencies and build:
40+
2.The 'forum' repo overrides Vanilla files.
41+
Copy 'forums/vanilla' to `Vanilla_3.3`.
42+
43+
3.Run the command to install dependencies and build:
4144
`composer install or php composer.phar install`
4245

4346
You should see output
4447

4548
![./images/build.png](./images/build.png)
4649

4750

48-
3.Copy all files from the 'dist' folder to 'forums/vanilla/dist' (the 'forums' repo).
51+
4.Copy all files from the 'dist' folder to 'forums/vanilla/dist' (the 'forums' repo).
4952

5053
Notes:
5154
The first time you run this, it may take a while. Subsequent runs should be faster, but if you are constantly

0 commit comments

Comments
 (0)