From 01795072540c96adeb76f87023eb750cc6b8a85d Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Wed, 20 Nov 2019 14:32:42 +0000 Subject: [PATCH] readme: Update cargo.sh usage --- HACKING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING.md b/HACKING.md index 0adc1464..5bd4f4f5 100644 --- a/HACKING.md +++ b/HACKING.md @@ -114,7 +114,7 @@ Use the `cargo.sh` script for maintaining the Cargo part of the build. The scrip ``` cd build_dir -sh /source_path/cargo.sh '' test +sh /source_path/cargo.sh test ``` ### Cargo dependencies @@ -125,6 +125,6 @@ Dependencies must be specified in `Cargo.toml` with 2 numbers: "major.minor". Si ``` cd build_dir -sh /source_path/cargo.sh '' update +sh /source_path/cargo.sh update ninja test ```