Update Windows install script location

This commit is contained in:
Tobie Morgan Hitchcock 2022-01-04 18:02:18 +00:00
parent 515114f839
commit 6eaa791637
2 changed files with 2 additions and 2 deletions

View file

@ -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. 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 ```bash
iwr https://ps1.surrealdb.com -useb | iex iwr https://install.surrealdb.com -useb | iex
``` ```
<h4> <h4>

View file

@ -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. 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 ```bash
iwr https://ps1.surrealdb.com -useb | iex iwr https://install.surrealdb.com -useb | iex
``` ```
<h4> <h4>