Skip to content

Commit

Permalink
Merge pull request #30 from a8cteam51/update/mu-loader-link
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoJunkie authored May 9, 2024
2 parents ef9e5c7 + f0ab396 commit 170263d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ First, ensure the following two lines are included in your `.gitignore` so that
!mu-plugins/colophon
```

If `mu-loader.php` is not already in the `mu-plugins` directory, it can be copied from https://github.com/Automattic/team51-cli/blob/trunk/scaffold/templates/mu-loader.php
If `mu-loader.php` is not already in the `mu-plugins` directory, it can be copied from https://github.com/a8cteam51/team51-project-scaffold/blob/trunk/mu-plugins/mu-loader.php

This can be done on cli from the repository root via:

```
mkdir mu-plugins
curl https://raw.githubusercontent.com/Automattic/team51-cli/trunk/scaffold/templates/mu-loader.php -o mu-plugins/mu-loader.php
curl https://github.com/a8cteam51/team51-project-scaffold/blob/trunk/mu-plugins/mu-loader.php -o mu-plugins/mu-loader.php
```

From the project repository's root, we add the Colophon as a submodule via
Expand Down

0 comments on commit 170263d

Please sign in to comment.