Skip to content

Commit dfa0898

Browse files
authored
Merge pull request #63 from nhedger/chore/remove-dollar-sign
chore(docs): remove leading dollar sign
2 parents 9f3ab1e + ba6d0c4 commit dfa0898

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

2222
Once set up, you can build the website by executing this:
2323

2424
```bash
25-
$ bin/build
25+
bin/build
2626
```
2727

2828
This 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
3232
components on every build like this:
3333

3434
```bash
35-
$ bin/build --no-component-update
35+
bin/build --no-component-update
3636
```
3737

3838
If you're working on the website CSS or Javascript code, you will have to
3939
rebuild 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
5858
This deployment can be started by executing this:
5959

6060
```bash
61-
$ bin/build --deploy
61+
bin/build --deploy
6262
```
6363

6464
Note that this will publish any changes you've made to your local repository,

0 commit comments

Comments
 (0)