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.
19
-
18
+
-[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. If chrome is not installed, the default browser will be used.
20
19
21
20
## Installation
22
21
23
-
### Stable Releases
24
-
25
-
It's recommended that users install the sail binary from the stable releases.
22
+
For simple, secure and fast installation, the following command will install the latest version
23
+
of sail for your OS and architecture into `/usr/local/bin`. You will need to have `/usr/local/bin`
24
+
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.
26
25
27
-
You can download and untar the binary to your current working directory by running the following command with the download URL for your platform.
28
-
29
-
The download URLs can be found on our [releases page](https://github.com/cdr/sail/releases).
30
-
```
31
-
curl -L <DOWNLOAD_URL> | tar -C ./ -xv
26
+
```bash
27
+
curl https://sail.dev/install.sh | bash
32
28
```
33
29
34
-
After installing, you can move the binary to your [PATH](https://superuser.com/questions/284342/what-are-path-and-other-environment-variables-and-how-can-i-set-or-use-them) in order
35
-
to use Sail from anywhere in your terminal.
30
+
### Stable Releases
31
+
32
+
You can also manually install from the [github releases](https://github.com/cdr/sail/releases) and
33
+
place the binary wherever you want.
36
34
37
35
### From Source
38
36
@@ -70,7 +68,4 @@ In order to have an optimal experience while using Sail, we recommend [installin
70
68
71
69
## Updating
72
70
73
-
To gracefully update `sail`, simply overwrite the binary with the binary
74
-
in the new release.
75
-
76
-
If you installed via `go install`, just run the same command again.
71
+
Just reinstall with whatever method you installed with.
0 commit comments