diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2017-06-19 01:00:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-19 01:00:40 -0700 |
commit | 04af95c69af0190f1d3b4b012f9e98d692ae90cc (patch) | |
tree | 8c48ff523cf1570dc91069ea3aa0a0e8bd82ece8 /README.md | |
parent | d1f176541d102ad439fcb594a41d877ae13f6b87 (diff) | |
download | spack-04af95c69af0190f1d3b4b012f9e98d692ae90cc.tar.gz spack-04af95c69af0190f1d3b4b012f9e98d692ae90cc.tar.bz2 spack-04af95c69af0190f1d3b4b012f9e98d692ae90cc.tar.xz spack-04af95c69af0190f1d3b4b012f9e98d692ae90cc.zip |
Add Slack info to READMEmd (#4542)
- Added a badge to show who's online.
- Added a section under "Get involved!"
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -4,6 +4,7 @@ [![Build Status](https://travis-ci.org/LLNL/spack.svg?branch=develop)](https://travis-ci.org/LLNL/spack) [![codecov](https://codecov.io/gh/LLNL/spack/branch/develop/graph/badge.svg)](https://codecov.io/gh/LLNL/spack) [![Read the Docs](https://readthedocs.org/projects/spack/badge/?version=latest)](https://spack.readthedocs.io) +[![Slack](https://spackpm.herokuapp.com/badge.svg)](https://spackpm.herokuapp.com) Spack is a multi-platform package manager that builds and installs multiple versions and configurations of software. It works on Linux, @@ -53,11 +54,20 @@ packages to bugfixes, or even new core features. ### Mailing list -If you are interested in contributing to spack, the first step is to join -the mailing list. We're Google Groups for this. Join here: +If you are interested in contributing to spack, join the mailing list. +We're using Google Groups for this: * [Spack Google Group](https://groups.google.com/d/forum/spack) +### Slack channel + +Spack has a Slack channel where you can chat about all things Spack: + + * [Spack on Slack](https://spackpm.slack.com) + +[Sign up here](https://spackpm.herokuapp.com) to get an invitation mailed +to you. + ### Contributions Contributing to Spack is relatively easy. Just send us a |