From 0cc7e34d3be7050587041d5096b2f053563cc3c7 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Fri, 11 Oct 2019 16:10:05 -0700 Subject: [PATCH] Apply markdownfmt --- archlinux/README-short.txt | 2 +- archlinux/content.md | 13 +++++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/archlinux/README-short.txt b/archlinux/README-short.txt index 3c9803bc5..bed7cc98a 100644 --- a/archlinux/README-short.txt +++ b/archlinux/README-short.txt @@ -1 +1 @@ -Archlinux is a simple, lightweight Linux distribution aimed for flexibility. +Arch Linux is a simple, lightweight Linux distribution aimed for flexibility. diff --git a/archlinux/content.md b/archlinux/content.md index c7e963562..808642e03 100644 --- a/archlinux/content.md +++ b/archlinux/content.md @@ -14,10 +14,10 @@ The base filesystem tarball for this image is auto-generated in Arch Linux infra This image is intended to serve the following goals: -- Provide the Arch experience in a Docker Image -- Provide the most simple but complete image to base every other upon -- pacman needs to work out of the box -- All installed packages have to be kept unmodified +- Provide the Arch experience in a Docker Image +- Provide the most simple but complete image to base every other upon +- pacman needs to work out of the box +- All installed packages have to be kept unmodified ## Base packages @@ -25,10 +25,7 @@ Given that that the image is intended to be light-weight several packages of the ## Updating -Arch Linux is a rolling release distribution, so a full update is recommended -when installing new packages. In other words, we suggest to either execute `RUN -pacman -Syu` immediately after your `FROM` statement or as soon as you docker -run into a container. +Arch Linux is a rolling release distribution, so a full update is recommended when installing new packages. In other words, we suggest to either execute `RUN pacman -Syu` immediately after your `FROM` statement or as soon as you docker run into a container. ## How It's Made