]> git.lizzy.rs Git - rust.git/commitdiff
Update hello-cargo.md
authorNelo Onyiah <nelo.onyiah@gmail.com>
Thu, 16 Apr 2015 23:02:17 +0000 (00:02 +0100)
committerNelo Onyiah <nelo.onyiah@gmail.com>
Thu, 16 Apr 2015 23:02:17 +0000 (00:02 +0100)
src/doc/trpl/hello-cargo.md

index 8d8b17343343e08ed21e7cfbb3d6533650415622..6967532a44735199cbd29c9d532de914ce51b8b4 100644 (file)
@@ -89,7 +89,7 @@ we hadn’t changed the source file, and so it just ran the binary. If we had
 made a modification, we would have seen it do both:
 
 ```bash
-$ cargo build
+$ cargo run
    Compiling hello_world v0.0.1 (file:///home/yourname/projects/hello_world)
      Running `target/debug/hello_world`
 Hello, world!