add build-from-source info to Tests architecture docs
authorDale Wijnand <dale.wijnand@gmail.com>
Wed, 18 Apr 2018 00:27:44 +0000 (01:27 +0100)
committerDale Wijnand <dale.wijnand@gmail.com>
Wed, 18 Apr 2018 00:28:04 +0000 (01:28 +0100)
it's mentioned in the README, but it's worth mentioning again in the
Tests section of the architecture doc.

ARCHITECTURE.md

index 1b8577f76d2ddec3964d6b731573a9ce0dcd9da8..b749218c3495004d7a95d4aca47630ea646c38f7 100644 (file)
@@ -103,6 +103,9 @@ assert_that(
 );
 ```
 
+Alternatively to build and run a custom version of cargo simply run `cargo build`
+and execute `target/debug/cargo`.
+
 ## Logging
 
 Cargo uses [`env_logger`](https://docs.rs/env_logger/*/env_logger/), so you can set