Skip to content

Commit 3e0a2aa

Browse files
update README.me to match new steps after composer changes
1 parent 9ad9cbb commit 3e0a2aa

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

+3-10
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,15 @@ containers:
4747
```shell
4848
composer install
4949
```
50-
8. Install remaining plugins/themes manually through WPCLI
51-
```shell
52-
wp plugin install https://github.com/reyhoun/acf-menu-chooser/archive/refs/tags/v1.1.0.zip
53-
54-
wp theme install https://github.com/creativecommons/vocabulary-theme/archive/refs/tags/v.0.1.0.zip
55-
```
56-
- **TODO:** migrate as vcs repositories in Composer
57-
9. Activate all installed plugins
50+
8. Activate all installed plugins, excluding `wordfence`
5851
```shell
5952
wp plugin activate --all --exclude=wordfence
6053
```
61-
10. Activate installed theme
54+
9. Activate `vocabulary-theme`
6255
```shell
6356
wp theme activate vocabulary-theme
6457
```
65-
11. Manually activate/configure `wordfence` in the GUI for now.
58+
10. Optionally: manually activate/configure `wordfence` in the GUI for now.
6659
- **TODO:** Script help here
6760
6861
[gh-cc-legal-tools-data]: https://github.com/creativecommons/cc-legal-tools-data

0 commit comments

Comments
 (0)