Skip to content

Commit da4dcc2

Browse files
authored
docs(readme): fix create database command
Closes gh-7
1 parent 6454c50 commit da4dcc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ This repo has the necessary setup for running [jquery-wp-content](https://github
9393
Select the corresponding database name from the table above for the site you wish to test and run the following command to create the database:
9494

9595
```sh
96-
'CREATE DATABASE IF NOT EXISTS wordpress_api_jquery_com;' | docker exec -i jquerydb mysql -u root -proot
96+
echo 'CREATE DATABASE IF NOT EXISTS wordpress_api_jquery_com;' | docker exec -i jquerydb mysql -u root -proot
9797
```
9898

9999
Then, finish installing WordPress by visiting the appropriate install URL for that site, such as http://local.api.jquery.com/wp-admin/install.php. Make sure the address begins with `local.`.

0 commit comments

Comments
 (0)