Skip to content
Sven Nilsen edited this page Jan 2, 2014 · 2 revisions

Github is a website to share source code and cooperate with other programmers.
Rust is developed using Github and latest source code is available here:

https://github.com/mozilla/rust

Github uses a version control system called 'Git'.
To check whether git is installed:

git --version

If it returns "No command 'git' found", it is not installed.

Git for dummies

Clone this wiki locally