File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ Source code of reactphp.org.
1515 repository data and using the access token ensures that you don't run into
1616 API rate limits.
1717
18- 2 . Install dependencies with ` $ composer install` .
18+ 2 . Install dependencies with ` composer install ` .
1919
2020## Build
2121
2222Once set up, you can build the website by executing this:
2323
2424``` bash
25- $ bin/build
25+ bin/build
2626```
2727
2828This script will fetch all project repositories and then rebuild the entire website.
@@ -32,14 +32,14 @@ If you're working on the website source code, you may want to skip fetching all
3232components on every build like this:
3333
3434``` bash
35- $ bin/build --no-component-update
35+ bin/build --no-component-update
3636```
3737
3838If you're working on the website CSS or Javascript code, you will have to
3939rebuild the static assets like this:
4040
4141``` bash
42- $ npm run-script build
42+ npm run-script build
4343```
4444
4545> Note that compiled assets are expected to change much less frequently and are
@@ -58,7 +58,7 @@ contents of the `tmp/build` directory to the repository hosted in
5858This deployment can be started by executing this:
5959
6060``` bash
61- $ bin/build --deploy
61+ bin/build --deploy
6262```
6363
6464Note that this will publish any changes you've made to your local repository,
You can’t perform that action at this time.
0 commit comments