This repository was archived by the owner on Apr 28, 2020. It is now read-only.
File tree 1 file changed +4
-0
lines changed 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ "Open Issues"] ( https://img.shields.io/github/issues-raw/cdr/sail.svg )] ( https://github.com/cdr/sail/issues )
4
4
[ ![ 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/ )
5
6
[ ![ Discord] ( https://img.shields.io/discord/463752820026376202.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2 )] ( https://discord.gg/zxSwN8Z )
6
7
7
8
` 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
57
58
curl https://sail.dev/install.sh | bash
58
59
```
59
60
61
+ For Arch users, there is an official [ AUR package] ( https://aur.archlinux.org/packages/sail ) .
62
+
60
63
### Verify the Installation
61
64
62
65
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
73
76
### Learn More
74
77
75
78
Additional docs covering concepts and configuration can be found at [ https://sail.dev/docs ] ( https://sail.dev/docs/introduction/ ) .
79
+
You can’t perform that action at this time.
0 commit comments