From 9002229d19f0a7a69e92fa7077fc1b0f68fba2bc Mon Sep 17 00:00:00 2001 From: Devin Norgarb Date: Mon, 11 Mar 2024 22:20:39 +0200 Subject: [PATCH] fix: Homebrew install script in README.md results in 404 Just a small correction to the install snippet for homebrew that needed a `.sh` appended to it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62db534f..3f1139b3 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ Build instructions *Note: rclone for NetBSD does not support `mount` hence this feature is disabled in Rclone Browser. cgofuse guys did not manage to implement it: [#18][billziss-gh_cgofuse_i18]* ### macOS -1. If you don't have [Homebrew](https://brew.sh/) yet install it `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"` +1. If you don't have [Homebrew](https://brew.sh/) yet install it `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"` 2. You might be asked to install xcode command line tools - do it. This is actuall macOS SDK, headers, and build tools. You don't need full xcode IDE. 3. Install dependencies `brew install git cmake rclone qt5` 4. Clone source code from this repo `git clone https://github.com/kapitainsky/RcloneBrowser.git`