File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ The tutorials are primarily targeted at **Linux**-based distributions. Most stuf
6161
6262### 🚀 The tl;dr Version
6363
64- 1 . [ Install Docker Desktop ] [ install_docker ] .
64+ 1 . [ Install Docker Engine ] [ install_docker ] .
65651 . (** Linux only** ) Ensure your user account is in the [ docker group] .
66661 . Prepare the ` Rust ` toolchain. Most of it will be handled on first use through the
6767 [ rust-toolchain] ( rust-toolchain ) file. What's left for us to do is:
@@ -113,7 +113,7 @@ accompanying container that has all the needed tools or dependencies pre-install
113113pulled in automagically once it is needed. If you want to know more about Docker and peek at the
114114provided container, please refer to the repository' s [docker](docker) folder.
115115
116- [install_docker]: https://docs.docker.com/get-docker/
116+ [install_docker]: https://docs.docker.com/engine/install/ # server
117117
118118# # 📟 USB Serial Output
119119
You can’t perform that action at this time.
0 commit comments