From 1100b4819c64d2554e2bff0ac3bd505ff44809bb Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Thu, 28 Mar 2019 11:47:51 +0100 Subject: [PATCH] fixed environment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81a1220ae2..cf7bc9e32d 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ With this, you should now have a working development setup! See ["Testing Miri"](#testing-miri) above for how to proceed. Running `cargo miri` in this setup is a bit more complicated, because the Miri -binary you just created does not actually run without some enviroment variables. +binary you just created does not actually run without some environment variables. But you can contort cargo into calling `cargo miri` the right way for you: ```sh