diff --git a/README.md b/README.md index dcb61f4..513a8dd 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,17 @@ Dead simple hosting for markdown notes. -## Installation & Deployment +## Running -TBD +Install `dep` using Homebrew and run it inside project to install the dependencies: `dep ensure`. + +Now you can run the app with `make run`. + +## Testing + +Install `frisby 0.8.5 globally` and link it inside the project: + +1. `npm install -g frisby@0.8.5` +2. `npm link frisby` + +Now the test can be run with: `make test` diff --git a/assets/public/index.html b/assets/public/index.html index 7aa811a..f386a5d 100644 --- a/assets/public/index.html +++ b/assets/public/index.html @@ -29,11 +29,12 @@