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.
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