Add a note about the nightly binary to the README (#1271)

This commit is contained in:
Rushmore Mushambi 2022-09-29 10:58:10 +02:00 committed by GitHub
parent f2bb4f64af
commit d63f80d8e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,7 +150,13 @@ brew install surrealdb/tap/surreal
The easiest and preferred way to get going with SurrealDB on Unix operating systems is to install and use the SurrealDB command-line tool. Run the following command in your terminal and follow the on-screen instructions.
```bash
curl -sSf https://install.surrealdb.com | sh
curl --proto '=https' --tlsv1.2 -sSf https://install.surrealdb.com | sh
```
If you want a binary newer than what's currently released, you can install the nightly one.
```bash
curl --proto '=https' --tlsv1.2 -sSf https://install.surrealdb.com | sh -s -- --nightly
```
<h4><a href="https://surrealdb.com/install#gh-dark-mode-only"><img width="20" src="/img/white/windows.svg"></a><a href="https://surrealdb.com/install#gh-light-mode-only"><img width="20" src="/img/black/windows.svg"></a>