Update building_os.md

This commit is contained in:
Steven 2020-12-21 08:36:42 +00:00 committed by GitHub
parent a67d02364b
commit fc2bc4bfa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ To build the OS you will need any Linux machine with a recent version of Docker
The build must be performed on the target x86_64 Linux image.
**Ubuntu 20.04** is recommended and has been tested, please note that Ubuntu 18.04 does not work.
**Ubuntu 20.04** is recommended and has been tested. *please note that Ubuntu 18.04 does not work.*
0. When starting with a clean OS you need to install and configure docker (after adding your user to the docker group you must log out and log back in), as well as git and make.
```shell