Update install instructions for Linux
This commit is contained in:
parent
90b420491c
commit
f224f008e5
2 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ 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 -L https://install.surrealdb.com | sh
|
||||
curl -sSf https://install.surrealdb.com | sh
|
||||
```
|
||||
|
||||
<h4>
|
||||
|
|
|
@ -141,7 +141,7 @@ 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 -L https://install.surrealdb.com | sh
|
||||
curl -sSf https://install.surrealdb.com | sh
|
||||
```
|
||||
|
||||
<h4>
|
||||
|
|
Loading…
Reference in a new issue