summaryrefslogtreecommitdiffhomepage
path: root/README.markdown
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-05-13 10:42:46 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-05-13 10:42:46 -0700
commitb3102087ce4cfceb395ce981c4ac167a9d6b7642 (patch)
tree1feb8e3fd4a877a765afa6efa6c2a3be35dcbd7a /README.markdown
parent01298b15d95aec5945be8c5839045763d57657fc (diff)
parent7fac380bd83d51191e223560449d808e323d7ca6 (diff)
downloadstylish-haskell-b3102087ce4cfceb395ce981c4ac167a9d6b7642.tar.gz
Merge tag 'v0.9.2.0'
v0.9.2.0
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown17
1 files changed, 15 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 335d8c6..88df2b7 100644
--- a/README.markdown
+++ b/README.markdown
@@ -83,9 +83,13 @@ following order:
settings)
3. `.stylish-haskell.yaml` in the nearest ancestor directory (useful for
per-project settings)
-4. `.stylish-haskell.yaml` in your home directory (useful for user-wide
+4. `stylish-haskell/config.yaml` in the platform’s configuration directory
+ (on Windows, it is %APPDATA%, elsewhere it defaults to `~/.config` and
+ can be overridden by the `XDG_CONFIG_HOME` environment variable;
+ useful for user-wide settings)
+5. `.stylish-haskell.yaml` in your home directory (useful for user-wide
settings)
-5. The default settings.
+6. The default settings.
Use `stylish-haskell --defaults > .stylish-haskell.yaml` to dump a
well-documented default configuration to a file, this way you can get started
@@ -133,6 +137,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
-------