From 460c2c7a7c96958b801695aae8396f10afc551a7 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Mon, 30 Jun 2025 10:07:36 -0600 Subject: [PATCH] Update README instructions for running tests It looks like changing a directory isn't necessary, given the library path is specified in the next line. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2ff16818b5..8470aac9f8 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,6 @@ $ start chrome.exe .\book\index.html # Windows (Cmd) To run the tests: ```bash -$ cd packages/trpl $ mdbook test --library-path packages/trpl/target/debug/deps ```