summaryrefslogtreecommitdiffhomepage
path: root/README.markdown
diff options
context:
space:
mode:
authorLuke Murphy <lukewm@riseup.net>2018-01-02 19:04:16 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2018-01-06 19:36:09 +0100
commitc604df8f0582b6b3b85c5df60ecc280fc8deb923 (patch)
treebeb990f563fa46f709309585d7e9562c00cb034b /README.markdown
parent258b471597a8313b0aa9c0c3531eb8b5fce4596d (diff)
downloadstylish-haskell-c604df8f0582b6b3b85c5df60ecc280fc8deb923.tar.gz
Add scripts to run with pipe recipe.
Closes https://github.com/jaspervdj/stylish-haskell/issues/194.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 9ff46d7..1fe00be 100644
--- a/README.markdown
+++ b/README.markdown
@@ -149,6 +149,15 @@ Atom integration
[ide-haskell]: https://atom.io/packages/ide-haskell
[atom-beautify]: Https://atom.io/packages/atom-beautify
+Using with Continuous Integration
+---------------------------------
+
+You can quickly grab the latest binary and run `stylish-haskell` like so:
+
+ curl -sL https://raw.github.com/jaspervdj/stylish-haskell/master/scripts/latest.sh | sh -s .
+
+Where the `.` can be replaced with the arguments you pass to `stylish-haskell`.
+
Credits
-------