diff --git a/src/getting_started.md b/src/getting_started.md index 7fc52eb..0e8f0e5 100644 --- a/src/getting_started.md +++ b/src/getting_started.md @@ -1,7 +1,7 @@ # Getting Started ## Installing Rust -The Vizia framework is built using the Rust programming language. Currently, to use Vizia, you will need to install the Rust compiler by following the instructions over at [https://www.rust-lang.org/learn/get-started](). +The Vizia framework is built using the Rust programming language. Currently, to use Vizia, you will need to install the Rust compiler by following the instructions over at [https://www.rust-lang.org/learn/get-started](https://www.rust-lang.org/learn/get-started). ## Running the Examples The [Vizia repository](https://github.com/vizia/vizia) on github contains a number of example applications. To run these examples, first clone the repository to a local directory, then with your terminal of choice, navigate to this directory and run the following command: @@ -13,4 +13,4 @@ cargo run --example name_of_example Where `name_of_example` should be replaced with the example name. ## Join the Community -For help with vizia, or to get involved with contributing to the project, come join us on our [Discord server](https://discord.gg/aNkTPsRm2w). \ No newline at end of file +For help with vizia, or to get involved with contributing to the project, come join us on our [Discord server](https://discord.gg/aNkTPsRm2w).