diff --git a/README.md b/README.md index d15b603..eb1d25f 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,9 @@ To only build the bootable image _d3os.img_, run: ``` cargo make --no-workspace image ``` + +Do not forget to update your compiler from time to time: + +``` +rustup update nightly +```