From 7001bd61d24f88e0724b0c658058d4fe703cb1f7 Mon Sep 17 00:00:00 2001 From: Daniel Carl Jones Date: Wed, 25 May 2022 17:19:42 +0100 Subject: [PATCH 1/2] Remove outdated install from source instructions --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index f55935a7..8743f6ac 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,6 @@ $ brew cask install osxfuse $ brew install goofys ``` -* Or build from source with Go 1.10 or later: - -```ShellSession -$ export GOPATH=$HOME/work -$ go get github.com/kahing/goofys -$ go install github.com/kahing/goofys -``` - # Usage ```ShellSession From fcf132cc402a321ce0c6fee08897e65431b185cc Mon Sep 17 00:00:00 2001 From: Daniel Carl Jones Date: Wed, 25 May 2022 17:21:56 +0100 Subject: [PATCH 2/2] Update installation instructions for macOS given FUSE and Homebrew changes --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8743f6ac..bb449f0b 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,18 @@ close-to-open. # Installation -* On Linux, install via [pre-built binaries](https://github.com/kahing/goofys/releases/latest/download/goofys). You may also need to install fuse-utils first. +Ensure you have FUSE available on your system. -* On macOS, install via [Homebrew](https://brew.sh/): +* For Linux, you may need to install fuse-utils. +* For macOS, you may need to install [macFUSE](https://osxfuse.github.io/) (prev. OSXFUSE). + This can be installed via the [macfuse Homebrew Cask](https://formulae.brew.sh/cask/macfuse). -```ShellSession -$ brew cask install osxfuse -$ brew install goofys -``` +You have the following options for installation. + +## Pre-built binaries + +You can [download pre-built goofys binaries](https://github.com/kahing/goofys/releases/latest/download/goofys) available on GitHub. +Move these to a location in your PATH variable if you prefer to run without specifying a path to goofys. # Usage