Update Windows install script location
This commit is contained in:
parent
515114f839
commit
6eaa791637
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue