diff --git a/doc/BUILDING.md b/doc/BUILDING.md index f0ee92df..dca49497 100644 --- a/doc/BUILDING.md +++ b/doc/BUILDING.md @@ -1,6 +1,6 @@ # Building SurrealDB -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. +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. diff --git a/src/cli/mod.rs b/src/cli/mod.rs index 3065c022..3672bf1a 100644 --- a/src/cli/mod.rs +++ b/src/cli/mod.rs @@ -34,7 +34,7 @@ on top of SurrealDB, check out the SurrealDB documentation (https://surrealdb.co If you have questions or ideas, join the SurrealDB community (https://surrealdb.com/community). -If you find a bug, submit an issue on Github (https://github.com/surrealdb/surrealdb/issues). +If you find a bug, submit an issue on GitHub (https://github.com/surrealdb/surrealdb/issues). We would love it if you could star the repository (https://github.com/surrealdb/surrealdb).