Merge pull request #466 from barrydegraaff/patch-1

Update README.md
This commit is contained in:
Bailey Pumfleet 2021-08-17 09:53:07 +01:00 committed by GitHub
commit b4b6c13cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,6 +133,7 @@ You will also need Google API credentials. You can get this from the [Google API
8. Click on the `User` model to add a new user record.
9. Fill out the fields (remembering to encrypt your password with [BCrypt](https://bcrypt-generator.com/)) and click `Save 1 Record` to create your first user.
10. Open a browser to [http://localhost:3000](http://localhost:3000) and login with your just created, first user.
11. Set a 32 character random string in your .env file for the CALENDSO_ENCRYPTION_KEY.
### Upgrading from earlier versions