Adjust format README

This commit is contained in:
luisgulo 2023-06-24 02:24:23 +02:00
parent b027d9d674
commit 8d1771996a

View file

@ -10,11 +10,11 @@
2. Build image
a. Password by default:
a. Build with Password by default:
` docker build --tag debian-mate:12 . `
b. Your password... (example: 'MyXtrangePassword')
b. Build with your secret password... (example: 'MyXtrangePassword')
` docker build --tag debian-mate:12 --build-arg VNCPASSWORD=MyXtrangePassword . `