diff --git a/embedded-workshop-book/src/tooling-check.md b/embedded-workshop-book/src/tooling-check.md index 82a69e3..e260850 100644 --- a/embedded-workshop-book/src/tooling-check.md +++ b/embedded-workshop-book/src/tooling-check.md @@ -4,8 +4,6 @@ ✅ Let's check that you have installed all the tools listed in the previous section. -❗ The first two commands *must* return version `0.8.x` - ``` console $ cargo size --version cargo-size 0.3.3 @@ -13,5 +11,3 @@ cargo-size 0.3.3 $ nrfutil version nrfutil version 6.1.0 ``` - -✅ Now let's make sure you've installed the tools shipped with the workshop material.