You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2020. It is now read-only.
-[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.
47
+
If chrome is not installed, the default browser will be used.
48
+
49
+
50
+
### Install
51
+
52
+
For simple, secure and fast installation, the following command will install the latest version
53
+
of sail for your OS and architecture into `/usr/local/bin`. You will need to have `/usr/local/bin`
54
+
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.
55
+
56
+
```
57
+
curl https://sail.dev/install.sh | bash
58
+
```
59
+
60
+
### Verify the Installation
61
+
62
+
To verify Sail is properly installed, run `sail --help` on your system. If everything is installed correctly, you should see Sail's help text.
63
+
64
+
### Run
65
+
66
+
You should now be able to run `sail run cdr/sail` from your terminal to start an environment designed for working
67
+
on the Sail repo.
68
+
69
+
### Browser Extension
70
+
71
+
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/).
72
+
73
+
### Learn More
74
+
75
+
Additional docs covering concepts and configuration can be found at [https://sail.dev/docs](https://sail.dev/docs/introduction/).
0 commit comments