Index: README.md
===================================================================
--- README.md	(revision 47108)
+++ README.md	(working copy)
@@ -21,6 +21,32 @@
 
 Additionally, `npm run env:stop` will stop the environment.
 
+The site can be found at http://localhost:8889.
+
 `npm run env:cli` runs the [WP-CLI tool](https://make.wordpress.org/cli/handbook/). WP-CLI has a lot of [useful commands](https://developer.wordpress.org/cli/commands/) you can use to work on your WordPress site. Where the documentation mentions running `wp`, run `npm run env:cli` instead. For example, `npm run env:cli help`.
 
 `npm run test:php` and `npm run test:e2e` run the PHP and E2E test suites, respectively.
+
+### Credentials
+
+This is the default database information:
+
+```
+Database Name: wordpress_develop
+Username: root
+Password: password
+```
+
+To login to the site, navigate to http://localhost:8889/wp-admin.
+
+```
+Username: admin
+Password: password
+```
+
+To generate a new password (recommended):
+
+1. Go to the Dashboard (click the name of the site in the upper left after logging in)
+2. Click 'Users' on the left
+3. Hover over the 'admin' user, then click 'edit'
+4. Scroll down and click 'Generate password'. Either use this password (recommended) or change it, then click 'Update User'. If you use the generated password be sure to save it somewhere (password manager, etc).
