Thanks to visit codestin.com
Credit goes to github.com

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

Commit 1304386

Browse files
authored
Merge pull request #202 from cdr/add-aur
Add AUR badge and mention in install block
2 parents d38a825 + ded3f89 commit 1304386

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

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

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

61+
For Arch users, there is an official [AUR package](https://aur.archlinux.org/packages/sail).
62+
6063
### Verify the Installation
6164

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

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

0 commit comments

Comments
 (0)