Skip to content

Commit

Permalink
Update Windows install command
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiemh committed Aug 2, 2022
1 parent f970809 commit 9313466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9313466

Please sign in to comment.