From cc196bfdf08ba4ab5479121f5365850b63d2ff86 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Mon, 11 Mar 2019 14:36:36 +0900 Subject: [PATCH] Make macOS instructions consistent with others --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd13c74..a2f2af9 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,9 @@ Some systems provide pre-built packages: * On macOS, install via [Homebrew](https://brew.sh/): - ```ShellSession - $ brew cask install osxfuse - $ brew install s3fs + ``` + brew cask install osxfuse + brew install s3fs ``` Compilation and installation from sources