From 2e99cb3e777bd7b20e3d69ad5f988242bb6ae8b7 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Wed, 27 Nov 2024 17:02:31 +0100 Subject: [PATCH] docs: Add README.md for rustic-rs Homebrew Tap with installation and usage instructions Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..59c1e68 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# rustic-rs Homebrew Tap + +This is the Homebrew tap for the rustic-rs project. + +## Installation + +```sh +brew tap rustic-rs/homebrew-tap +``` + +## Usage + +```sh +brew install rustic-server +brew install rustic-scheduler +```