From 72e7d5ce5d9865209d4b6e17d203e293ca1b41a4 Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Mon, 28 Mar 2022 17:42:41 +0100 Subject: [PATCH] Update README.md Formatting changed to insist on the mac operating system command. --- subjects/make-it-better/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/make-it-better/README.md b/subjects/make-it-better/README.md index 882e241f3..b3db4704d 100644 --- a/subjects/make-it-better/README.md +++ b/subjects/make-it-better/README.md @@ -19,7 +19,7 @@ lrwxrwxrwx 1990-02-16 00:11 3 -> 0 dr-------x 1995-04-10 10:10 A $ ``` -***Note:*** In order to run the command given in the example above, on mac operating systems, it is necessary to install the [GNU Core Utilities](https://en.wikipedia.org/wiki/GNU_Core_Utilities). +**Note:** In order to run the command given in the example above, on ***Mac operating systems***, it is necessary to install the [GNU Core Utilities](https://en.wikipedia.org/wiki/GNU_Core_Utilities). After installing the command will be slightly different like so: ```console $ TZ=utc gls -l --time-style='+%F %R' | sed 1d | awk '{print $1, $6, $7, $8, $9, $10}'