From 9a84c242ef07ea03d88341a10480df78a30c6fb7 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 15 Dec 2021 10:21:01 -0700 Subject: [PATCH] docs: fix install.sh link --- docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index e325fd6c43a5..83c0cbb19a89 100644 --- a/docs/install.md +++ b/docs/install.md @@ -30,7 +30,7 @@ operating systems. ## install.sh The easiest way to install code-server is to use our [install -script](../install.sh) for Linux, macOS and FreeBSD. The install script +script](https://github.com/cdr/code-server/blob/main/install.sh) for Linux, macOS and FreeBSD. The install script [attempts to use the system package manager](#detection-reference) if possible. You can preview what occurs during the install process: @@ -67,7 +67,7 @@ code-server. If you prefer to install code-server manually, despite the [detection references](#detection-reference) and `--dry-run` feature, then continue on for -information on how to do this. The [`install.sh`](../install.sh) script runs the +information on how to do this. The [`install.sh`](https://github.com/cdr/code-server/blob/main/install.sh) script runs the _exact_ same commands presented in the rest of this document. ### Detection reference