Fix syntax highlighting for Windows installation (#1528)

This commit is contained in:
Keyacom 2022-12-17 16:46:29 +01:00 committed by GitHub
parent 407df0ebc3
commit 1a0bf7f1eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,7 +165,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://install.surrealdb.com | sh -s -- --
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
```ps1
iwr https://windows.surrealdb.com -useb | iex
```