From f773cee23605d940045f21688955add987a65e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Fri, 12 May 2017 21:46:50 -0300 Subject: [PATCH] Link & minor proposal --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f3c982e168..8cd4e2deb81 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ sudo emerge net-misc/curl media-libs/freeglut \ ``` #### On Windows (MSVC) -1. Install Python for Windows (https://www.python.org/downloads/release/python-2711/). The windows x86-64 MSI installer is fine. +1. Install Python for Windows (https://www.python.org/downloads/release/python-2711/). The Windows x86-64 MSI installer is fine. You should change the installation to install the "Add python.exe to Path" feature. 2. Install virtualenv. @@ -128,7 +128,7 @@ If you'd like to know which nightly build of Rust we use, see ## Building -Servo is built with Cargo, the Rust package manager. We also use Mozilla's +Servo is built with [Cargo](https://crates.io/), the Rust package manager. We also use Mozilla's Mach tools to orchestrate the build and other tasks. ### Normal build