From: Erick Tryzelaar Date: Sat, 14 Jun 2014 05:14:55 +0000 (-0700) Subject: Fix a typo in the README X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~993^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bbfce4aca4fd40e31591c8d7874c9be5ccca0a3b;p=cargo.git Fix a typo in the README --- diff --git a/README.md b/README.md index b5074a870..fb6d941bb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ $ git clone --recursive https://github.com/carlhuda/cargo or ``` $ git submodule init -$ git submodule upgrade +$ git submodule update ``` Then it's as simple as ```make``` and you're ready to go.