📜docs: Fix Typo (#2357)
This commit is contained in:
parent
998b263517
commit
f1df36c0d4
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in a new issue