diff --git a/module-2.md b/module-2.md index 095fc14..14c9bf5 100644 --- a/module-2.md +++ b/module-2.md @@ -58,6 +58,8 @@ Finally, let’s turn to the file where our evaluator is held: _src/Main.mo_. Th ### Testing The following test should run to completion: ```bash +> dfx start --background +> dfx canister create --all > dfx build Building canisters... @@ -68,4 +70,4 @@ Building canisters... > dfx canister call Test run () -``` \ No newline at end of file +```