Update Windows install command

This commit is contained in:
Tobie Morgan Hitchcock 2022-08-02 21:33:44 +01:00
parent f970809030
commit 9313466578
2 changed files with 2 additions and 2 deletions

View file

@ -136,7 +136,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://install.surrealdb.com -useb | iex
iwr https://windows.surrealdb.com -useb | iex
```
<h4>

View file

@ -161,7 +161,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://install.surrealdb.com -useb | iex
iwr https://windows.surrealdb.com -useb | iex
```
<h4>