Skip to content

Commit 6dd5c7f

Browse files
Remove needless git clone step and add initial build step
Co-authored-by: Felix Arntz <[email protected]>
1 parent 794c074 commit 6dd5c7f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

AGENTS.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ This is a monorepo for the WordPress Performance Team, containing a collection o
1414

1515
* [Node.js and npm](https://nodejs.org/en/)
1616
* [Docker](https://www.docker.com/)
17-
* [Git](https://git-scm.com/)
1817
* [Composer](https://getcomposer.org/)
1918

2019
### Installation
2120

22-
1. Clone the repository, e.g. `git clone https://github.com/WordPress/performance.git`.
23-
2. Run `npm install` to install the Node.js dependencies.
24-
3. Run `composer install` to install the PHP dependencies.
21+
1. Run `npm install` to install the Node.js dependencies.
22+
2. Run `composer install` to install the PHP dependencies.
23+
3. Run `npm run build` to do an initial build of the assets.
2524

2625
### Building
2726

0 commit comments

Comments
 (0)