Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ GitHub organizations and clone (or fetch) them to your local machine. It is desi
as part of a scheduled backup process with the ultimate goal of ensuring that you have a local
copy of all of your GitHub repositories should the unthinkable happen.

## Installation

Install with [Homebrew](https://brew.sh):

```sh
brew install sierrasoftworks/tap/github-backup
```

## Features

- **Backup Multiple Organizations**, automatically gathering the full list of repositories for
Expand Down
8 changes: 8 additions & 0 deletions docs/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ To solve this, we created GitHub Backup - a lightweight tool which runs a schedu
backup/sync of your GitHub repositories with advanced filtering support to ensure that
only the repositories you care about are backed up.

## Installation
On macOS and Linux, the easiest way to get started is to install GitHub Backup
from the Sierra Softworks [Homebrew](https://brew.sh) tap.

```sh
brew install sierrasoftworks/tap/github-backup
```

## Example
To run GitHub Backup, you will need to download the latest release from the
[GitHub Releases](https://github.com/SierraSoftworks/github-backup/releases)
Expand Down