Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Updating the docs #49

Merged
merged 1 commit into from Feb 28, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -12,6 +12,11 @@ AngularJs app to help with my weekly report.
1. Install any bower components with `bower install`.
1. Run the app with `grunt server`.

### Troubleshooting

- If you get an error with `SELF_SIGNED_CERT_IN_CHAIN`, try running the following command before re-trying the install: `npm config set strict-ssl false`
- If you get permission errors, try running the commands as the administrative user with `sudo`.

## Contributing

1. Make sure there is an issue for anything you are working on.
Expand Down