Skip to content

Commit

Permalink
Add a note about the nightly binary to the README (surrealdb#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
rushmorem authored Sep 29, 2022
1 parent f2bb4f6 commit d63f80d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d63f80d

Please sign in to comment.