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 ce6d60d

Browse files
author
Nathan Potter
committed
Add quick start to README
1 parent 32a0139 commit ce6d60d

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,44 @@ curl https://sail.dev/install.sh | bash
3838
Documentation is available at [https://sail.dev/docs](https://sail.dev/docs/introduction/).
3939

4040
Or, you can read it in it's markdown form at [site/content/docs.](site/content/docs)
41+
42+
## Quick Start
43+
44+
### Requirements
45+
46+
**Currently Sail supports both Linux and MacOS. Windows support is planned for a future release.**
47+
48+
Before using Sail, there are several dependencies that must be installed on the host system:
49+
50+
- [Docker](https://docs.docker.com/install/)
51+
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
52+
- [Chrome](https://www.google.com/chrome/) or [Chromium](https://www.chromium.org/getting-involved/download-chromium) - not required, but strongly recommended for best [code-server](https://github.com/cdr/code-server) support.
53+
If chrome is not installed, the default browser will be used.
54+
55+
56+
### Install
57+
58+
For simple, secure and fast installation, the following command will install the latest version
59+
of sail for your OS and architecture into `/usr/local/bin`. You will need to have `/usr/local/bin`
60+
in your [$PATH](https://superuser.com/questions/284342/what-are-path-and-other-environment-variables-and-how-can-i-set-or-use-them) in order to use it.
61+
62+
```
63+
curl https://sail.dev/install.sh | bash
64+
```
65+
66+
### Verify the Installation
67+
68+
To verify Sail is properly installed, run `sail --help` on your system. If everything is installed correctly, you should see Sail's help text.
69+
70+
### Run
71+
72+
You should now be able to run `sail run cdr/sail` from your terminal to start an environment designed for working
73+
on the Sail repo.
74+
75+
### Browser Extension
76+
77+
To open GitHub or GitLab projects in a Sail environment with a single click, see the [browser extension install instructions](https://sail.dev/docs/browser-extension/).
78+
79+
### Learn More
80+
81+
Additional docs covering concepts and configuration can be found at [https://sail.dev/docs](https://sail.dev/docs/introduction/).

0 commit comments

Comments
 (0)