Skip to content

Commit

Permalink
Merge pull request #63 from nhedger/chore/remove-dollar-sign
Browse files Browse the repository at this point in the history
chore(docs): remove leading dollar sign
  • Loading branch information
WyriHaximus committed Jun 24, 2022
2 parents 9f3ab1e + ba6d0c4 commit dfa0898
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -15,14 +15,14 @@ Source code of reactphp.org.
repository data and using the access token ensures that you don't run into
API rate limits.

2. Install dependencies with `$ composer install`.
2. Install dependencies with `composer install`.

## Build

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

```bash
$ bin/build
bin/build
```

This script will fetch all project repositories and then rebuild the entire website.
Expand All @@ -32,14 +32,14 @@ If you're working on the website source code, you may want to skip fetching all
components on every build like this:

```bash
$ bin/build --no-component-update
bin/build --no-component-update
```

If you're working on the website CSS or Javascript code, you will have to
rebuild the static assets like this:

```bash
$ npm run-script build
npm run-script build
```

> Note that compiled assets are expected to change much less frequently and are
Expand All @@ -58,7 +58,7 @@ contents of the `tmp/build` directory to the repository hosted in
This deployment can be started by executing this:

```bash
$ bin/build --deploy
bin/build --deploy
```

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

0 comments on commit dfa0898

Please sign in to comment.