README.md (485B)
1 # hpanot: get your annotations in Markdown from [hypothes.is](https://hypothes.is) 2 3 Requires Ruby. 4 Make sure to set the environment variables: 5 * `HYPOTHESIS_API_KEY`: your Hypothes.is API key, find it in your account under "developer" 6 * `HYPOTHESIS_USERNAME`: your Hypothes.is username (not email) 7 8 ## Installation 9 * Homebrew: `brew install thezeroalpha/formulae/hpanot` 10 * Makefile: `make install` 11 * Manual: download the `hpanot` script, make it executable, and put it in your `$PATH`