From 6eaa791637aeb103d3150009253e0045478bf26f Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Tue, 4 Jan 2022 18:02:18 +0000 Subject: [PATCH] Update Windows install script location --- DOCKER.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCKER.md b/DOCKER.md index 48e30fea..18529c93 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -132,7 +132,7 @@ curl -sSf https://install.surrealdb.com | sh The easiest and preferred way to get going with SurrealDB on Windows is to install and use the SurrealDB command-line tool. Run the following command in your terminal and follow the on-screen instructions. ```bash -iwr https://ps1.surrealdb.com -useb | iex +iwr https://install.surrealdb.com -useb | iex ```

diff --git a/README.md b/README.md index d9e62906..350c087f 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ curl -sSf https://install.surrealdb.com | sh The easiest and preferred way to get going with SurrealDB on Windows is to install and use the SurrealDB command-line tool. Run the following command in your terminal and follow the on-screen instructions. ```bash -iwr https://ps1.surrealdb.com -useb | iex +iwr https://install.surrealdb.com -useb | iex ```