Adding '#' before the command
This commit is contained in:
parent
c7ed624320
commit
bf37ea1ad8
@ -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?
|
||||
|
@ -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".
|
||||
|
Loading…
Reference in New Issue
Block a user