diff options
Diffstat (limited to 'OS/Fedora/README.md')
-rw-r--r-- | OS/Fedora/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OS/Fedora/README.md b/OS/Fedora/README.md index 562c758..421f090 100644 --- a/OS/Fedora/README.md +++ b/OS/Fedora/README.md @@ -9,12 +9,12 @@ Fedora image builded with minimal and updated binaries Copy the sources to your docker host mkdir startx-docker-images; - # cd startx-docker-images; - # git clone https://github.com/startxfr/docker-images.git . + cd startx-docker-images; + git clone https://github.com/startxfr/docker-images.git . and build the container - # docker build -t fedora OS/Fedora/ + docker build -t fedora OS/Fedora/ ### Running local image |