Suggest the stable release channel of Rust (#1581)
This commit is contained in:
parent
538a4a8100
commit
c1b6b572c7
2 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,7 @@ To set up a working **development environment**, you can either [use the Nix pac
|
|||
> Please note that these instructions are for setting up a functional dev environment. If you just want to install SurrealDB for day-to-day usage and not as a code maintainer use this [installation guide](https://surrealdb.com/docs/install). If you want to get started integrating SurrealDB into your app, view the [integration tutorials](https://surrealdb.com/docs/integration).
|
||||
|
||||
```bash
|
||||
# Use the default (stable) release channel if prompted
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
git clone git@github.com:[YOUR_FORK_HERE]/surrealdb.git
|
||||
cd surrealdb
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
This file contains a set of instructions for building SurrealDB on a number of different platforms. Currently, SurrealDB is built for release automatically in a [Github Actions](https://github.com/surrealdb/surrealdb/actions) continuous-integration environment, on macOS, Ubuntu, and Windows.
|
||||
|
||||
While installing `rustup`, use the default (`stable`) release channel of Rust for best results. If you already have a different release channel, you can run `rustup override set stable` from within the top level directory of this repository.
|
||||
|
||||
<!-- -------------------------------------------------- -->
|
||||
<!-- -------------------------------------------------- -->
|
||||
<!-- -------------------------------------------------- -->
|
||||
|
|
Loading…
Reference in a new issue