Update Windows install command
This commit is contained in:
parent
f970809030
commit
9313466578
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue