From 01fa43a7a18ff80a0f4ff3c86ed58ba1e2261122 Mon Sep 17 00:00:00 2001 From: Moritz Fuller <32162112+letmejustputthishere@users.noreply.github.com> Date: Wed, 9 Sep 2020 15:14:03 +0200 Subject: [PATCH] Update module-3.md Updated test instructions for 0.6.2 --- module-3.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/module-3.md b/module-3.md index dcf0170..7cd6606 100644 --- a/module-3.md +++ b/module-3.md @@ -10,6 +10,8 @@ In this module, students will build upon their previous implementation of the st The following test should run to completion: ```bash +> dfx start --background +> dfx canister create --all > dfx build Building canisters... @@ -20,4 +22,4 @@ Building canisters... > dfx canister call Test run () -``` \ No newline at end of file +```