breve 0.0.2.0 → 0.0.2.1
raw patch · 2 files changed
+14/−12 lines, 2 files
Files
- README.md +10/−8
- breve.cabal +4/−4
README.md view
@@ -9,17 +9,19 @@ It was inspired by [hastebin](http://hastebin.com). -## Running the app+## Installing the app - git clone https://github.com/rnhmjoj/breve- cd breve- cabal install --only-dependencies- cabal run+Install the app with cabal-install. Run -This will start the app on `http://127.0.0.1:3000`+ $ cabal install breve -You can set the bind hostname/port via the `PORT` and `ADDRESS`-environment variables.+and start it with+ + $ breve++The app will start serving on `http://localhost:3000`, listening on every active interface.++You can change the port and set a hostname via the `PORT` and `HOSTNAME` environment variables. ## License
breve.cabal view
@@ -1,10 +1,10 @@ name: breve-version: 0.0.2.0+version: 0.0.2.1 synopsis: a url shortener description:- - A web application that provides a simple interface to shortening- long urls creating smaller and easy to remember links.++ Breve is a web application that provides a simple interface to+ shortening long urls creating links smaller and easier to remember. homepage: https://github.com/rnhmjoj/breve license: MIT