Commit Graph

79 Commits

Author SHA1 Message Date
Vidar Holen e45d81c8fa
Update README.md with more CI and build info 2019-03-02 13:36:55 -08:00
cclauss d31d31df23
wget -qO- "https://storage.googleapis.com/shellcheck/shellcheck-"${scversion}".linux.x86_64.tar.xz" | tar -xJv 2019-02-18 10:18:21 +01:00
cclauss 3a276bd336
README.md: pipe wget | tar to reduce duplication 2019-02-18 09:36:36 +01:00
Vidar Holen b55149b22d
Add man page instructions (fixes #1347) 2018-12-02 12:29:42 -08:00
Roman Zolotarev e705552c97
Update README.html
Add OpenBSD to "Installing" section.
2018-11-15 08:49:26 +00:00
Vidar Holen 1a6ae4f19e
Add plug for shfmt 2018-09-16 10:56:53 -07:00
Federico T 493ecd6f73
Add link to flymake-shellcheck under Emacs section
I've recently created the flymake-shellcheck package for Emacs, which allows using ShellCheck with the built-in Flymake package.
2018-09-07 12:37:16 -03:00
Vidar Holen 797b424917 Add armv6hf link for Raspberry Pi 2018-07-08 20:47:05 -07:00
Quentin Nerden 8c7efae393
Add instructions to install linux binary 2018-07-05 15:30:16 +02:00
sblondon 00360af672
Remove unnecessary dot
The dot after the screenshot is strange so this commit remove it.
2018-06-08 10:57:41 +02:00
Vidar Holen 12b3fdf661 Update gallery of bad code 2018-04-28 12:58:44 -07:00
Vidar Holen 683a30abde
Merge pull request #1174 from rasa/patch-1
Added scoop install
2018-04-22 14:13:35 -07:00
Mateusz Piotrowski 0136d9ccce Add FreeBSD installation instructions 2018-04-19 13:25:25 +02:00
Ross Smith II a4c6cea5e6
Added scoop install
See https://github.com/lukesampson/scoop/blob/master/bucket/shellcheck.json
2018-04-07 16:22:29 -07:00
林博仁(Buo-Ren Lin) 366dc5d3f8 Add snap install instructions to README
Currently shellcheck is only provided by the edge channel, should remove the --channel argument after it is in candidate/stable.

Signed-off-by: 林博仁(Buo-Ren Lin) <Buo.Ren.Lin@gmail.com>
2018-03-29 20:24:31 +08:00
Vidar Holen c3b606c68a Encourage users to use stable rather than latest 2018-03-21 17:55:21 -07:00
Vidar Holen a5b359591c
Merge branch 'master' into simplify_dockerbuild 2018-03-20 22:31:21 -07:00
Tim Malone 99276cb9f5
README - Travis script for updating shellcheck ver
Shellcheck in default Travis builds is currently a version behind
2018-03-19 11:15:28 +11:00
Pratik Mallya f769d4e92c Add TravisCI Build Status file 2018-03-15 23:13:54 -05:00
Vidar Holen 969230f171 MacPorts version appears unmaintained. Remove from docs. 2018-03-08 08:48:03 -08:00
Peter Dave Hello b311563421 Update Travis CI part in README.md 2018-02-20 04:52:12 +08:00
Vidar Holen 0f5e40c076 Mention shellcheck-static for Arch 2018-01-24 09:02:56 -08:00
Adam Mizerski bb32289ee3
Update openSUSE instruction
Package is main repo of all versions. No need to add repository.
2018-01-11 18:51:39 +01:00
Mike Frysinger 161801a86e convert http:// URIs to https://
Also update the ShellCheck homepage to the new dedicated domain.
2017-12-14 01:06:43 -05:00
koalaman 5d9cb81008 Merge pull request #1026 from PeterDaveHello/patch-1
Enable syntax highlight in README.md code block
2017-10-15 19:09:32 -07:00
Peter Dave Hello 35daf7534b Add Table of Contents in README.md 2017-10-10 20:25:04 +08:00
Peter Dave Hello 76ad5dbb9f Enable syntax highlight in README.md code block 2017-10-10 20:20:51 +08:00
Vidar Holen f73736e5c9 Add Alpine-based docker image 2017-10-07 15:19:35 -07:00
Unknown 7b55e73e03 Updated readme installation instructions
Added installation instructions for Solus distro.
2017-08-29 13:38:12 -04:00
Sorin Sbarnea 3bf6913a15 Documented binary cabal install for MacOS
Installing haskell binaries is 50x faster than compiling it from source.
2017-08-11 12:01:28 +01:00
koalaman 1d76abc439 Add storage bucket listing to readme 2017-07-30 10:52:06 -07:00
tsoernes 4ec8d73a14 Add Stack as install method 2017-07-19 04:17:09 +02:00
koalaman 79d6066450 Mention docker release tags in readme 2017-07-05 10:30:30 -07:00
Vidar Holen a06ad41bfa Add Linux binaries to readme 2017-06-24 23:00:59 -07:00
Daniel Hahler 90da31f226 README: style fixes, add Neomake 2017-06-13 21:22:50 +02:00
koalaman bf9b841b07 Link to Windows executables in the Readme 2017-06-10 10:10:09 -07:00
Royce Remer f8e75d3e89 add compilation documentation for test runners 2017-05-28 16:06:55 -07:00
Vidar Holen 8bc89bc451 Mention DevGuide in the README 2017-05-21 17:15:51 -07:00
Vidar Holen d943ef6f77 Update Docker instructions. 2017-05-20 21:13:53 -07:00
Vincent van der Weele 21d7068bc8 Add VSCode integration to editor list 2017-05-09 19:03:26 -07:00
xenopeek 36573b5b26 Update README.md
Command to install on Arch Linux based distros
2017-03-27 21:59:31 -07:00
Robert de Bock 9e4a9c8c6c Update README.md
Fixed a typo: scipts -> scripts.
2017-03-27 21:58:51 -07:00
Robert de Bock c2fcb742db Update README.md
Adding a usage example for Docker.
2017-03-27 21:58:51 -07:00
Russ Kubik c6ff1933b7 Update README.md 2017-03-17 09:32:53 -07:00
Daniel M. Capella a3a4873190 readme: Add ALE Vim plugin 2017-03-08 10:10:24 -08:00
David da Silva eb12086d05 Fix typos in Travis CI section of the README.md 2017-01-11 11:48:57 +01:00
David da Silva 6259a32601 Add TravisCI Setup to README.md 2017-01-11 10:04:48 +01:00
koalaman 6f5648faca Update README.md 2016-12-30 10:31:34 -08:00
Austin English d73fc8f91d README.md: sort package managers, add emerge (Gentoo) 2016-12-20 12:11:10 -06:00
Austin English b8c96b4361 Add info/link on ignoring issues to README 2016-11-21 19:53:26 -06:00