sqsd-local 0.1.0.0 → 0.1.1
raw patch · 2 files changed
+14/−2 lines, 2 files
Files
- README.md +12/−0
- sqsd-local.cabal +2/−2
README.md view
@@ -19,8 +19,20 @@ Requirements: * [Stack](https://docs.haskellstack.org/en/stable/README/)+* The `stack path --bin-path` on your `PATH` +**Install from Hackage:**+ ```bash+stack install sqsd-local+```++**Install from source:**++```bash+git clone git@github.com:owickstrom/sqsd-local.git+cd sqsd-local+stack setup stack install ```
sqsd-local.cabal view
@@ -1,7 +1,7 @@ name: sqsd-local-version: 0.1.0.0+version: 0.1.1 synopsis: Initial project template from stack-description: Please see README.md+description: A local version of sqsd, the daemon that runs in Elastic Beanstalk's Worker Environments. homepage: https://github.com/owickstrom/sqsd-local#readme license: MPL-2.0 license-file: LICENSE