diff --git a/wiki/intro.md b/wiki/intro.md index 8f9d6ae..37487ec 100644 --- a/wiki/intro.md +++ b/wiki/intro.md @@ -36,7 +36,7 @@ installation but you can really use any GNU/Linux ISO you want. To burn the ISO to your USB/CD/DVD, you can use the `dd` command: ``` -dd if=[path to ISO] of=/dev/[name of the device] bs=8M status=progress +# dd if=[path to ISO] of=/dev/[name of the device] bs=8M status=progress ``` ## I booted from the ISO, now what? diff --git a/wiki/release.md b/wiki/release.md index ad68ec2..32e77e1 100644 --- a/wiki/release.md +++ b/wiki/release.md @@ -19,6 +19,13 @@ however sometimes packages may be updated for bug fixes, security issues and min ISO and base archive file for a release may update before the next release to keep the packages in these archive files and the ISOs up-to-date. +### Learn the version you are using +You can learn the MatterLinux release version you are using by printing +out the `/etc/os-release` file: +``` +# cat /etc/os-release +``` + ## Version Numbering MatterLinux and all it's projects are version numbered after the year. For example MatterLinux release for the year 2024 is versioned "MatterLinux 24".