Skip to content

Commit

Permalink
Clarify install instructions (#301)
Browse files Browse the repository at this point in the history
Co-authored-by: CouldBeThis <53547181+CouldBeThis@users.noreply.github.com>
  • Loading branch information
alichtman and CouldBeThis authored Dec 11, 2021
1 parent f2688df commit 848fa92
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,17 @@ And is incredibly fault tolerant and user-protective.

**Do not install this as `root`.**

1. Install with [`pip3`](https://pypi.org/project/shallow-backup/)
+ `$ pip3 install shallow-backup`
+ `$ shallow-backup`
Select one of the following methods:

2. Download the `shallow-backup` binary from Releases tab.
#### Method 1: [`pip3`](https://pypi.org/project/shallow-backup/)

```shell
pip3 install shallow-backup
```

#### Method 2: binary install

Download the `shallow-backup` binary from [Releases](https://github.com/alichtman/shallow-backup/releases) tab.

### Usage
---
Expand Down

0 comments on commit 848fa92

Please sign in to comment.