From f224f008e53dcae731d935dff981545188c6be34 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Sat, 1 Jan 2022 17:14:11 +0000 Subject: [PATCH] Update install instructions for Linux --- DOCKER.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCKER.md b/DOCKER.md index b32fc8e5..a5bea40a 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -121,7 +121,7 @@ brew install surrealdb/tap/surreal The easiest and preferred way to get going with SurrealDB on Unix operating systems is to install and use the SurrealDB command-line tool. Run the following command in your terminal and follow the on-screen instructions. ```bash -curl -L https://install.surrealdb.com | sh +curl -sSf https://install.surrealdb.com | sh ```

diff --git a/README.md b/README.md index e4f96263..499c5419 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ brew install surrealdb/tap/surreal The easiest and preferred way to get going with SurrealDB on Unix operating systems is to install and use the SurrealDB command-line tool. Run the following command in your terminal and follow the on-screen instructions. ```bash -curl -L https://install.surrealdb.com | sh +curl -sSf https://install.surrealdb.com | sh ```