mirror of
https://github.com/rclone/rclone.git
synced 2025-12-16 16:23:22 +00:00
Compare commits
2 Commits
copilot/fi
...
fix-brew
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
45032a2122 | ||
|
|
41296a972a |
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -130,8 +130,12 @@ jobs:
|
|||||||
- name: Install Libraries on macOS
|
- name: Install Libraries on macOS
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
brew untap homebrew/core homebrew/cask
|
||||||
|
brew config
|
||||||
brew update
|
brew update
|
||||||
brew install --cask macfuse
|
brew install --cask macfuse
|
||||||
|
env:
|
||||||
|
HOMEBREW_NO_INSTALL_FROM_API: # No value, so brew doesn't rely on homebrew-core / homebrew-cask
|
||||||
if: matrix.os == 'macos-11'
|
if: matrix.os == 'macos-11'
|
||||||
|
|
||||||
- name: Install Libraries on Windows
|
- name: Install Libraries on Windows
|
||||||
|
|||||||
@@ -3,31 +3,42 @@ title: "Contact"
|
|||||||
description: "Contact the rclone project"
|
description: "Contact the rclone project"
|
||||||
---
|
---
|
||||||
|
|
||||||
# Contact the rclone project #
|
# Contact the rclone project
|
||||||
|
|
||||||
## Forum ##
|
## Forum
|
||||||
|
|
||||||
Forum for questions and general discussion:
|
Forum for questions and general discussion:
|
||||||
|
|
||||||
* https://forum.rclone.org
|
- https://forum.rclone.org
|
||||||
|
|
||||||
## GitHub repository ##
|
## Business support
|
||||||
|
|
||||||
|
For business support or sponsorship enquiries please see:
|
||||||
|
|
||||||
|
- https://rclone.com/
|
||||||
|
- sponsorship@rclone.com
|
||||||
|
|
||||||
|
## GitHub repository
|
||||||
|
|
||||||
The project's repository is located at:
|
The project's repository is located at:
|
||||||
|
|
||||||
* https://github.com/rclone/rclone
|
- https://github.com/rclone/rclone
|
||||||
|
|
||||||
There you can file bug reports or contribute with pull requests.
|
There you can file bug reports or contribute with pull requests.
|
||||||
|
|
||||||
## Twitter ##
|
## Twitter
|
||||||
|
|
||||||
You can also follow me on twitter for rclone announcements:
|
You can also follow Nick on twitter for rclone announcements:
|
||||||
|
|
||||||
* [@njcw](https://twitter.com/njcw)
|
- [@njcw](https://twitter.com/njcw)
|
||||||
|
|
||||||
## Email ##
|
## Email
|
||||||
|
|
||||||
Or if all else fails or you want to ask something private or
|
Or if all else fails or you want to ask something private or
|
||||||
confidential email [Nick Craig-Wood](mailto:nick@craig-wood.com).
|
confidential
|
||||||
Please don't email me requests for help - those are better directed to
|
|
||||||
the forum. Thanks!
|
- info@rclone.com
|
||||||
|
|
||||||
|
Please don't email requests for help to this address - those are
|
||||||
|
better directed to the forum unless you'd like to sign up for business
|
||||||
|
support.
|
||||||
|
|||||||
Reference in New Issue
Block a user