Skip to content

Commit

Permalink
Docs: Update installation instructions for Windows with Chocolatey su…
Browse files Browse the repository at this point in the history
…pport (#389)
  • Loading branch information
Ekwuno authored Mar 5, 2024
1 parent 7ddce2d commit efdf8ee
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion versioned_docs/version-1.2.x/installation/windows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import Version from '../../../src/components/Version';

# Install on Windows

Use this tutorial to install SurrealDB on Windows operating systems using the SurrealDB [install script](https://github.com/surrealdb/install.surrealdb.com) or third-party package managers like [Scoop](https://scoop.sh/). Both the SurrealDB Database Server and the SurrealDB Command Line Tool are packaged and distributed as a single executable file, which is easy to install, and easy to uninstall.
Use this tutorial to install SurrealDB on Windows operating systems using the SurrealDB [install script](/docs/surrealdb/installation/windows#installing-surrealdb-using-the-install-script), or using third-party package managers like [Chocolatey](https://chocolatey.org/) or third-party like [Scoop](https://scoop.sh/). Both the SurrealDB Database Server and the SurrealDB Command Line Tool are packaged and distributed as a single executable file, which is easy to install, and easy to uninstall.

## Installing SurrealDB using the install script

Expand Down Expand Up @@ -87,6 +87,19 @@ SUBCOMMANDS:

```
## Installing SurrealDB using Chocolatey
If you use the [chocolatey](https://chocolatey.org/) package manager, then you can quickly install SurrealDB with one command. This will install both the command-line tools, and the SurrealDB server as a single executable. If you don't use Homebrew, follow the instructions for Linux below to install SurrealDB.
```bash
choco install surreal
```
### Updating SurrealDB
To ensure that you are using the latest version, update SurrealDB to version <Version /> using the following command.
```bash
choco update surreal
```
## Installing SurrealDB using Scoop
If you use the [Scoop](https://scoop.sh/) package manager, then you can quickly install SurrealDB with one command. This will install both the command-line tools, and the SurrealDB server as a single executable.
Expand Down

0 comments on commit efdf8ee

Please sign in to comment.