Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #202 from cdr/add-aur
Browse files Browse the repository at this point in the history
Add AUR badge and mention in install block
  • Loading branch information
coadler authored May 28, 2019
2 parents d38a825 + ded3f89 commit 1304386
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[!["Open Issues"](https://img.shields.io/github/issues-raw/cdr/sail.svg)](https://github.com/cdr/sail/issues)
[![MIT license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/cdr/sail/blob/master/LICENSE)
[![AUR version](https://img.shields.io/aur/version/sail.svg)](https://aur.archlinux.org/packages/sail/)
[![Discord](https://img.shields.io/discord/463752820026376202.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/zxSwN8Z)

`sail` is a universal workflow for reproducible, project-defined development environments.
Expand Down Expand Up @@ -57,6 +58,8 @@ in your [$PATH](https://superuser.com/questions/284342/what-are-path-and-other-e
curl https://sail.dev/install.sh | bash
```

For Arch users, there is an official [AUR package](https://aur.archlinux.org/packages/sail).

### Verify the Installation

To verify Sail is properly installed, run `sail --help` on your system. If everything is installed correctly, you should see Sail's help text.
Expand All @@ -73,3 +76,4 @@ To open GitHub or GitLab projects in a Sail environment with a single click, see
### Learn More

Additional docs covering concepts and configuration can be found at [https://sail.dev/docs](https://sail.dev/docs/introduction/).

0 comments on commit 1304386

Please sign in to comment.